Skip to content
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

Fix cli tests #28

Merged
merged 1 commit into from
May 15, 2023
Merged

Fix cli tests #28

merged 1 commit into from
May 15, 2023

Conversation

sambenfredj
Copy link
Collaborator

@sambenfredj sambenfredj commented May 12, 2023

  • Remove test_cli_pepxml because xml files don't work with streaming
  • Replace old output file names
  • Add random generator 'rng' variable to confidence since it is required for proteins
  • Fix bug: convert targets column after reading in chunks
  • Fix peptide column name for confidence
  • Fix test cli plugins : Remove subset_max_train from PluginModel
  • Fix test cli plugins : replace DecisionTreeClassifier with LinearSVC BECAUSE DecisionTreeClassifier return scores as 0 or 1

closes #23

@sambenfredj sambenfredj force-pushed the fix/fix_cli_tests branch 3 times, most recently from 8251c70 to 66409ea Compare May 15, 2023 13:19
- Remove test_cli_pepxml because xml files don't work with streaming
- Replace old output file names
- Add random generator 'rng' variable to confidence since it is required for proteins
- Remove subset_max_train from PluginModel
- Fix bug: convert targets column after reading in chunks
- Fix peptide column name for confidence
- Fix test cli plugins : replace DecisionTreeClassifier with LinearSVC BECAUSE DecisionTreeClassifier return scores as 0 or 1
@gessulat gessulat merged commit c5d158a into main May 15, 2023
1 of 10 checks passed
@sambenfredj sambenfredj deleted the fix/fix_cli_tests branch July 18, 2023 12:40
gessulat pushed a commit that referenced this pull request Feb 27, 2024
- Remove test_cli_pepxml because xml files don't work with streaming
- Replace old output file names
- Add random generator 'rng' variable to confidence since it is required for proteins
- Remove subset_max_train from PluginModel
- Fix bug: convert targets column after reading in chunks
- Fix peptide column name for confidence
- Fix test cli plugins : replace DecisionTreeClassifier with LinearSVC BECAUSE DecisionTreeClassifier return scores as 0 or 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix cli tests
2 participants