-
Notifications
You must be signed in to change notification settings - Fork 302
[FIX] Fixes for Tabular Regression #235
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
franchuterivera
merged 18 commits into
automl:development
from
ravinkohli:fix-regression
Jun 16, 2021
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
1c47dde
Fix hardcoded score and add score in classification. Also set torch s…
ravinkohli 7dac138
Enabled traditional estimators for regression, with tests and exampleS
ravinkohli 77c709c
added documentation, test in progress
ravinkohli 38cc9ca
Remove traditional pipeline as it is introduced in PR #224
ravinkohli 67da792
fix flake and mypy
ravinkohli ac7d311
Address comments from fransisco
ravinkohli eba4a01
Increase number of samples and add torch seed to base training evaluate
ravinkohli 6e5c548
Fix mypy and flake
ravinkohli 4403178
in progress
ravinkohli d9c4aaa
Address comments from shuhei
ravinkohli 6c0d810
add coverage for base task pipeline config, and fix tests
ravinkohli c1ac4a8
Fix flake
ravinkohli 6853a13
revert import statement to fix the patch
ravinkohli 06ece3c
fix flake
ravinkohli 70179c4
increase coverage
ravinkohli 23ab676
Increase coverage for api fit
ravinkohli b063820
Add coverage for errors while predicting
ravinkohli eb4b80e
Update documentation for tabular regression task and installation ins…
ravinkohli 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,11 @@ | ||
| include requirements.txt | ||
| include autoPyTorch/utils/logging.yaml | ||
| include autoPyTorch/configs/default_pipeline_options.json | ||
| include autoPyTorch/pipeline/components/setup/traditional_ml/classifier_configs/catboost.json | ||
| include autoPyTorch/pipeline/components/setup/traditional_ml/classifier_configs/rotation_forest.json | ||
| include autoPyTorch/pipeline/components/setup/traditional_ml/classifier_configs/random_forest.json | ||
| include autoPyTorch/pipeline/components/setup/traditional_ml/classifier_configs/knn.json | ||
| include autoPyTorch/pipeline/components/setup/traditional_ml/classifier_configs/svm.json | ||
| include autoPyTorch/pipeline/components/setup/traditional_ml/classifier_configs/extra_trees.json | ||
| include autoPyTorch/pipeline/components/setup/traditional_ml/classifier_configs/lgb.json | ||
| include autoPyTorch/configs/greedy_portfolio.json | ||
| include autoPyTorch/pipeline/components/setup/traditional_ml/estimator_configs/catboost.json | ||
| include autoPyTorch/pipeline/components/setup/traditional_ml/estimator_configs/rotation_forest.json | ||
| include autoPyTorch/pipeline/components/setup/traditional_ml/estimator_configs/random_forest.json | ||
| include autoPyTorch/pipeline/components/setup/traditional_ml/estimator_configs/knn.json | ||
| include autoPyTorch/pipeline/components/setup/traditional_ml/estimator_configs/svm.json | ||
| include autoPyTorch/pipeline/components/setup/traditional_ml/estimator_configs/extra_trees.json | ||
| include autoPyTorch/pipeline/components/setup/traditional_ml/estimator_configs/lgb.json |
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
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.