-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update numpy dep to be numpy>=1.20, <2.0.0
- Loading branch information
Showing
15 changed files
with
776,913 additions
and
2 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"techniqueDescription": "This is an UpSet plot that visualizes set intersection. To learn about UpSet plots, visit https://upset.app.", | ||
"shortDescription": "This is an UpSet plot which shows the intersections of 6 sets. All major intersections involve the set Comedy, and Action. The largest intersection is Action, and Adventure, with 101 elements. Other large intersections also involve Comedy and Action. ", | ||
"longDescription": "# UpSet Introduction\nThis is an UpSet plot that visualizes set intersection. To learn about UpSet plots, visit https://upset.app.\n\n# Dataset Properties\nThe dataset contains 17 sets and 6303 elements, of which 6 sets are shown in the plot.\n\n# Set Properties\nThe set sizes are diverging a lot, ranging from 127 to 1200. The largest set is Comedy with 1200 elements, followed by Action with 503, Adventure with 283, Children with 251, Crime with 211, and Documentary with 127.\n\n# Intersection Properties\nThe plot is sorted by size in descending order. There are 24 non-empty intersections, all of which are shown in the plot. The largest 5 intersections are Just the empty inter (1777), Just Comedy (1003), Just Action (283), Just Crime (131), and Just Documentary (123).\n\n# Statistical Information\nThe average intersection size is 161, and the median is 31. The 90th percentile is 283, and the 10th percentile is 3. The largest set, Comedy, is present in 45.8% of all non-empty intersections. The smallest set, Documentary, is present in 8.3% of all non-empty intersections.\n\n# Trend Analysis\n The intersection sizes peak at a value of 1777 and then drastically flatten down to 1. The empty intersection is present with a size of 1777. An all set intersection is not present. The individual set intersections are large in size. The low degree set intersections lie in medium sized intersections. The medium degree set intersections can be seen among small sized intersections. No high order intersections are present.\n\n" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"techniqueDescription": "This is an UpSet plot that visualizes set intersection. To learn about UpSet plots, visit https://upset.app.", | ||
"shortDescription": "This is an UpSet plot which shows the intersections of 6 sets. All major intersections involve the set Male, and School. The largest intersection is School, and Male, with 3 elements. Other large intersections also involve Duff Fan, Male, and Power Plant. ", | ||
"longDescription": "# UpSet Introduction\nThis is an UpSet plot that visualizes set intersection. To learn about UpSet plots, visit https://upset.app.\n\n# Dataset Properties\nThe dataset contains 6 sets and 44 elements, of which 6 sets are shown in the plot.\n\n# Set Properties\nThe set sizes are diverging a lot, ranging from 3 to 18. The largest set is Male with 18 elements, followed by School with 6, Duff Fan with 6, Evil with 6, Power Plant with 5, and Blue Hair with 3.\n\n# Intersection Properties\nThe plot is sorted by size in descending order. There are 12 non-empty intersections, all of which are shown in the plot. The largest 5 intersections are School, and Male (3), Just the empty inter (3), Just Male (3), Duff Fan, Male, and Power Plant (3), and Evil, and Male (2).\n\n# Statistical Information\nThe average intersection size is 2, and the median is 2. The 90th percentile is 3, and the 10th percentile is 1. The largest set, Male, is present in 75.0% of all non-empty intersections. The smallest set, Blue Hair, is present in 16.7% of all non-empty intersections.\n\n# Trend Analysis\n The intersection sizes peak at a value of 3 and then drastically flatten down to 1. The empty intersection is present with a size of 3. An all set intersection is not present. The individual set intersections are large in size. The low degree set intersections lie in medium and largest sized intersections. The medium degree set intersections can be seen among small sized intersections. No high order intersections are present.\n\n" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"intersection_trend_analysis": " The intersection sizes peak at a value of 1777 and then drastically flatten down to 1.", | ||
"set_divergence": "diverging a lot", | ||
"largest_factor": 1, | ||
"set_size": { "set_divergence": "diverging a lot" }, | ||
"intersection_degree": { | ||
"individual_set_presence": " The individual set intersections are large in size.", | ||
"low_set_presence": " The low degree set intersections lie in medium sized intersections.", | ||
"medium_set_presence": " The medium degree set intersections can be seen among small sized intersections.", | ||
"high_set_presence": " No high order intersections are present." | ||
}, | ||
"special_intersections": { | ||
"no_set": " The empty intersection is present with a size of 1777.", | ||
"all_set": " An all set intersection is not present." | ||
}, | ||
"intersection_size_distribution": { | ||
"trend": " The intersection sizes peak at a value of 1777 and then drastically flatten down to 1." | ||
} | ||
} |