-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #395 from HyunjunA/infvisfrontendmlbackend
Add interactive t-sne and pca
- Loading branch information
Showing
272 changed files
with
195,504 additions
and
899 deletions.
There are no files selected for viewing
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
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
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,9 @@ | ||
# Benchmark data sets | ||
|
||
This directory contains over 150 data sets for benchmarking supervised machine learning algorithms. | ||
|
||
Each subdirectory corresponds to a separate data set, and will have a README file providing some basic information about the data set. | ||
|
||
# High-level summary of data sets | ||
|
||
[in progress] |
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,80 @@ | ||
# allbp | ||
|
||
## Summary Stats | ||
|
||
#instances: 3772 | ||
|
||
#features: 29 | ||
|
||
#binary_features: 21 | ||
|
||
#integer_features: 8 | ||
|
||
#float_features: 0 | ||
|
||
Endpoint type: integer | ||
|
||
#Classes: 3 | ||
|
||
Imbalance metric: 0.8755228428707819 | ||
|
||
## Feature Types | ||
|
||
age:discrete | ||
|
||
sex:discrete | ||
|
||
on thyroxine:binary | ||
|
||
query on thyroxine:binary | ||
|
||
on antithyroid medication:binary | ||
|
||
sick:binary | ||
|
||
pregnant:binary | ||
|
||
thyroid surgery:binary | ||
|
||
I131 treatment:binary | ||
|
||
query hypothyroid:binary | ||
|
||
query hyperthyroid:binary | ||
|
||
lithium:binary | ||
|
||
goitre:binary | ||
|
||
tumor:binary | ||
|
||
hypopituitary:binary | ||
|
||
psych:binary | ||
|
||
TSH measured:binary | ||
|
||
TSH:discrete | ||
|
||
T3 measured:binary | ||
|
||
T3:discrete | ||
|
||
TT4 measured:binary | ||
|
||
TT4:discrete | ||
|
||
T4U measured:binary | ||
|
||
T4U:discrete | ||
|
||
FTI measured:binary | ||
|
||
FTI:discrete | ||
|
||
TBG measured:binary | ||
|
||
TBG:binary | ||
|
||
referral source:discrete | ||
|
Oops, something went wrong.