-
-
Notifications
You must be signed in to change notification settings - Fork 211
Release 0.10 #765
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
Release 0.10 #765
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
Disable a unit test which currently has a serverside issue.
Adding object summary (str representation)
Adding documentation for _convert_array_format output parameter
* Function to trim flownames for scikit-learn flows. * max_length -> extra trim length rename * Flake. * Fix typo in test which is no longer allowed with Pytest 5.0.0 * Allow long names from other modules. * Update test to reflect we allow non-sklearn pipelines now. * [skip-CI] Flake8. * Allow to ignore custom name when checking if flows are equal. Allow difference on upload. * Propegate ignore_custom_name_if_none in assert_flows_equal * Allow model_selection in pipeline or pipeline in model_selection * Flake8 * reinstantiate wrong version tests against live and has 0.20 support * [skip-ci] Remove commented out code. * Disable test_get_flow_reinstantiate_model_wrong_version for sklearn 0.19 * Process feedback.
make ci log more readable, catch matrix subclass warning
* replace __str__ by __repr__ * try to make regex work on windows? * maybe now the windows regex matches newline with dot? * I have no idea how that passed
* Added documentation for creating tasks * PEP8 fix * Pleasing PEP8 * Pleasing PEP8 * bugfix * use test server IDs * Upload new dataset to properly test task creation * fixing dataset upload * trailing whitespace madness * fix unit test It failed when the random task already existed. * Update test_clustering_task.py * PEP8 * activate dataset * Resolved review comments and reworked example * Making suggested changes; Removing pprint; Using numpy to filter * Returning to prod server after example
* add sklearn version to external version in sklearn flows, explicitly handle extension in flow creation * use dummy classifier instead of linear regression * use MyDummy instead of MyLR * typo aaah * all the typos * use custom pipeline instead of dummy class because sklearn 0.18 can't handle NaNs
* improve examples * update year in license file * fix unit test
* test against scikit-learn 0.21 * fix call to roc_auc * added verbose parameter to pipeline in 0.21 * remove no-longer-existant categorical_features paramter * more pipeline parameter checks * more imputer replacements * don't break on dev versions * typo on roc_auc_score name * use ordered dicts, avoid nan comparison * undid weird merge artifact * add missing file whoops * flake8 * try fixing import in backport, pep8 * move SimpleImputer to testing module * don't trust dicts to be ordered * run CI mostly on 0.21.2 * failed to safe lol
# Conflicts: # doc/progress.rst # tests/test_flows/test_flow_functions.py
* Remove Py3.4 classifier, add python_requires * Remove space.
* Adding flaky rerun decorators for stochastic failures * Increasing number of repeats for stochastic failures * Increasing retries; Fixing PEP8 * Small update to logging behaviour for unit testing * Increasing retries till it works * Fixing unit test waiting for server processing * Revamping deletion of files after unit tests * Adding comments/descriptions * Debugging * Debugging * Fixing directory issue for test cases * Doubling wait time for test_run_and_upload_gridsearch * Removing semaphore implementation * Fixing path issue for appveyor tests * Debugging appveyor path * Fixing PEP8 * Fixing test_list_datasets_with_high_size_parameter * PEP8 fix * Removing logging to disk
Codecov Report
@@ Coverage Diff @@
## master #765 +/- ##
=========================================
Coverage ? 87.67%
=========================================
Files ? 36
Lines ? 4072
Branches ? 0
=========================================
Hits ? 3570
Misses ? 502
Partials ? 0
Continue to review full report at Codecov.
|
PGijsbers
approved these changes
Aug 19, 2019
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.