-
Notifications
You must be signed in to change notification settings - Fork 24
Version 2 ideas of what ml can do #80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
67db171
idea of what the code can do
ntalluri 564bc9a
finsished error checking and parser
ntalluri 984a4b2
fixed ml tests
ntalluri 5603fc0
still trying to fix test_ml
ntalluri d73cb85
hac_h and hac_v added
ntalluri 73e8584
fixed tests
ntalluri 97d1735
Revert "fixed tests"
ntalluri 198b0ab
added the custom color palette and cleaned up a couple lines
ntalluri b52645f
removed excess spaces
ntalluri c607f18
fixed longernames2 test
ntalluri 6223a95
Fix merge conflicts
agitter c83a8e5
fixed the test cases once more
ntalluri dcc84d9
Revert "fixed the test cases once more"
ntalluri ec20801
made slight changes to ml.py but will continue to change more, update…
ntalluri 07f8a57
Merge branch 'master' into version2
agitter 90cb60c
fixed util.py and cleaned up code
ntalluri 490b147
Merge branch 'version2' of github.com:ntalluri/spras into version2
ntalluri ad779cf
used pre-commit
ntalluri 2c13a89
allowed for matching coloring across plots
ntalluri 57b93e6
reviewed code
ntalluri a6d0fcc
fixed metrics and linkages
ntalluri 5464358
Rename PCA components file to variance
agitter 3b483bb
Increase figure resolution
agitter e8e67c5
Fix EGFR config file for ML
agitter 8b36293
PyCharm formatting suggestions
agitter 26fe4a8
update to pca files and test
ntalluri 91d6155
fixed pca files and tests
ntalluri 739031c
final checks
ntalluri f4f8ad1
Fix algorithm name extraction from path
agitter a36f32e
Fix test failures
agitter File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -80,3 +80,5 @@ analysis: | |
| include: false | ||
| summary: | ||
| include: true | ||
| ml: | ||
| include: false | ||
This file contains hidden or 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 hidden or 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 hidden or 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
2 changes: 1 addition & 1 deletion
2
test/ml/expected/expected_df.csv → test/ml/expected/expected-dataframe.csv
This file contains hidden or 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 hidden or 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,4 @@ | ||
| algorithm labels | ||
| test-data-s1 2 | ||
| test-data-s2 1 | ||
| test-data-s3 0 |
This file contains hidden or 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,4 @@ | ||
| algorithm labels | ||
| test-data-s1 1 | ||
| test-data-s2 2 | ||
| test-data-s3 3 |
This file contains hidden or 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,4 @@ | ||
| algorithm PC1 PC2 | ||
| test-data-s1 -2.006650210482033 -0.9865875190637743 | ||
| test-data-s2 -1.5276508866841987 1.0799457247533237 | ||
| test-data-s3 3.534301097166232 -0.0933582056895495 |
This file contains hidden or 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,2 @@ | ||
| PC1: 89.76974544878588 | ||
| PC2: 10.230254551214124 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.