-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Create Release 0.4.1 #579
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
Create Release 0.4.1 #579
Conversation
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
* use tempfile.gettempdir() * follow quality review coding standards
…into development
…into pep8_enforce
* Change datasets used in examples from digits to breast_cancer. * [Debug] try different numpy version * [Debug] Try with latest numpy version * Set numpy version to 1.14.5 * Fix line length in exanple_parallel.py
* Add argument for custom logger configuration. First commit, work in progress. * Minor changes. * Modify suggested changes [WIP] * . * . * . * . * Fix minor details * Fix travis not recognizing example_config.yaml * . * . * . * . * . * Change datasets used in examples from digits to breast_cancer. * Fix codacy error * Revert codacy error fixing * [Debug] check if numpy causes error * [Debug] experimenting with numpy * [Debug] try to manually install libgcc * [Debug] libgcc * [Debug] libgcc * [Debug] libgcc * [Debug] libgcc * [Debug]. * [Debug]. * [Debug] . * [Debug]. * [Debug]. * [Debug] used older numpy version * [Debug] numpy * [Debug] try numpy version 1.14.6 * [Debug] try different numpy version * [Debug] Try with latest numpy version * Set numpy version to 1.14.5 * Add argument for custom logger configuration. First commit, work in progress. * Minor changes. * Modify suggested changes [WIP] * . * . * . * . * Fix minor details * Fix travis not recognizing example_config.yaml * . * . * . * . * . * Fix codacy error * Revert codacy error fixing * [Debug] experimenting with numpy * [Debug] try to manually install libgcc * [Debug] libgcc * [Debug] libgcc * [Debug] libgcc * [Debug] libgcc * [Debug]. * [Debug]. * [Debug] . * [Debug]. * [Debug]. * [Debug] used older numpy version * [Debug] try numpy version 1.14.6 * Delete libgcc_check.sh used for debugging. * Fix numpy version and remove blank lines * Fix line length in example_parallel.py * Fix minor error
* Check target type at the beginning of the fitting process. * . * Fixed minor error in uniitest * . * Add unittest for target type checking. * . * . * Change datasets used in examples from digits to breast_cancer. * [Debug] try with numpy version 1.14.5 * [Debug] Check if numpy version 1.14.6 raises error. * [Debug] try different numpy version * [Debug] Try with latest numpy version * Set numpy version to 1.14.5 * Check target type at the beginning of the fitting process. * . * Fixed minor error in uniitest * . * Add unittest for target type checking. * . * . * [Debug] Check if numpy version 1.14.6 raises error. * Fix numpy version to 1.14.5 * Add comment to Mock in test_type_of_target * Fix line length in example_parallel.py * Fix minor error
… of classifier in example_extend_preprocessing.py
Example extending auto-sklearn
Pep8 enforce
* Extending Autosklearn. First commit. * Add regression example * CI: upper bound numpy version due to travis failures * CI: upper bound numpy version due to travis failures * use tempfile.gettempdir() (#521) * use tempfile.gettempdir() * follow quality review coding standards * Remove a colon from README.md (#527) * fixing warnings on non-tuple sequence for indexing (#526) * fix string formatting (#540) * FIX removing models wrt wrong metric in ensemble (#522) * Add examples for extending auto-sklearn. * . * Change datasets used in examples from digits to breast_cancer. * First commit * Fixing codacy errors * Fixing bug * [Debug] try different numpy version * [Debug] Try with latest numpy version * Set numpy version to 1.14.5 * First commit * Fixing bug * Modify flake8_diff.sh * Extending Autosklearn. First commit. * Add regression example * Add examples for extending auto-sklearn. * . * Fixing codacy errors * Change example (#553) * Change datasets used in examples from digits to breast_cancer. * [Debug] try different numpy version * [Debug] Try with latest numpy version * Set numpy version to 1.14.5 * Fix line length in exanple_parallel.py * [WIP]Add argument for custom logger configuration. (#505) * Add argument for custom logger configuration. First commit, work in progress. * Minor changes. * Modify suggested changes [WIP] * . * . * . * . * Fix minor details * Fix travis not recognizing example_config.yaml * . * . * . * . * . * Change datasets used in examples from digits to breast_cancer. * Fix codacy error * Revert codacy error fixing * [Debug] check if numpy causes error * [Debug] experimenting with numpy * [Debug] try to manually install libgcc * [Debug] libgcc * [Debug] libgcc * [Debug] libgcc * [Debug] libgcc * [Debug]. * [Debug]. * [Debug] . * [Debug]. * [Debug]. * [Debug] used older numpy version * [Debug] numpy * [Debug] try numpy version 1.14.6 * [Debug] try different numpy version * [Debug] Try with latest numpy version * Set numpy version to 1.14.5 * Add argument for custom logger configuration. First commit, work in progress. * Minor changes. * Modify suggested changes [WIP] * . * . * . * . * Fix minor details * Fix travis not recognizing example_config.yaml * . * . * . * . * . * Fix codacy error * Revert codacy error fixing * [Debug] experimenting with numpy * [Debug] try to manually install libgcc * [Debug] libgcc * [Debug] libgcc * [Debug] libgcc * [Debug] libgcc * [Debug]. * [Debug]. * [Debug] . * [Debug]. * [Debug]. * [Debug] used older numpy version * [Debug] try numpy version 1.14.6 * Delete libgcc_check.sh used for debugging. * Fix numpy version and remove blank lines * Fix line length in example_parallel.py * Fix minor error * FIX #566: sort ensemble correctly (#567) * Fix Line length in example_parallel.py * Fix line length in example_parallel.py * Fix minor error * Fix codacy error "parameters differ from overriden 'fit' method" * Check target type at the beginning of the fitting process. (#506) * Check target type at the beginning of the fitting process. * . * Fixed minor error in uniitest * . * Add unittest for target type checking. * . * . * Change datasets used in examples from digits to breast_cancer. * [Debug] try with numpy version 1.14.5 * [Debug] Check if numpy version 1.14.6 raises error. * [Debug] try different numpy version * [Debug] Try with latest numpy version * Set numpy version to 1.14.5 * Check target type at the beginning of the fitting process. * . * Fixed minor error in uniitest * . * Add unittest for target type checking. * . * . * [Debug] Check if numpy version 1.14.6 raises error. * Fix numpy version to 1.14.5 * Add comment to Mock in test_type_of_target * Fix line length in example_parallel.py * Fix minor error * Update test_automl.py * Add python 3.7to Travis, change python_requirement in setup.py. * Add solver hyperparameter in MLP classifier example, increase runtime of classifier in example_extend_preprocessing.py * Change all occurences of master to development in flake8_diff.sh * numpy requirement is now >=1.9.0<=1.14.5 * Fix requirement inequality mistake * change initial numpy version to 1.14.5. * Deploy using travis instead of circle * FIX error in travis.yml caused by stashing * Test that deploy works. * Debugging. Set local_dir to doc/development. * Done Testing. Finalize the PR. * Delete circle_install.sh
fix the bug of n_clusters not equals to len(cluster_centers)
* . * . * AutoSklearnClassifier/Regressor's fit, refit, fit_ensemble now return self. * Initial commit. Work in Progress. * Fix minor printing error in sprint_statistics. * Revert "Fix#460" * Raise error if ensemble is not built (#480) * . * . * AutoSklearnClassifier/Regressor's fit, refit, fit_ensemble now return self. * Initial commit. Work in Progress. * Fix minor printing error in sprint_statistics. * Revert "Fix#460" * Resolve rebase conflict * combined unittests to reduce travis runtime * . * . * . * . * . * ADD Auto-sklearn 0.4.1 release note to releases.rst
Codecov Report
@@ Coverage Diff @@
## master #579 +/- ##
=========================================
- Coverage 78.68% 78.6% -0.08%
=========================================
Files 130 130
Lines 10110 10120 +10
=========================================
Hits 7955 7955
- Misses 2155 2165 +10
Continue to review full report at Codecov.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.