-
Notifications
You must be signed in to change notification settings - Fork 7
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
Release/1.0.1 #97
Merged
Merged
Release/1.0.1 #97
Conversation
This file contains 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
Add tests for sklearn coverage and add additional wrappers for newer versions
…github.gamma.bcg.com:BCG/gamma-sklearndf into feature/sklearndf/enhance-imputers
implement LGBMClassifierDF alongside LGBMRegressorDF
make sklearndf tests run again with scikit-learn 0.21
…github.gamma.bcg.com:BCG/gamma-sklearndf into feature/sklearndf/enhance-imputers
* remove trailing backslashes in docstrings: not needed in canonical ReST * fix spelling
…ST (#83) * remove trailing backslashes in docstrings: not needed in canonical ReST * fix spelling
* add missing documentation for sklearndf class attributes * return two redundant sub-methods that mess up the sphinx documentation * introduce @inheritdoc for class OutlierRemoverDF * improve code and docs of class OutlierRemoverDF (no functional changes) * Improve docstrings for COL_FEATURE_IN and COL_FEATURE_OUT * introduce AllTracker across all of sklearndf * remove badges * assign wrapper's module when wrapping a native sklearn estimator * assign wrapper's module when wrapping a native sklearn estimator (bugfix) * assign wrapper's module when wrapping native sklearn estimator (bugfix) * make detection of sklearn class tag lines more robust * fix incomplete cross-references * update doc_url * updates for pypi and conda package pages * updates for pypi and conda package pages * point docs to index * bump initial release version * update docstring Co-authored-by: Jason Bentley <Bentley.Jason@bcg.com>
* add missing documentation for sklearndf class attributes * return two redundant sub-methods that mess up the sphinx documentation * introduce @inheritdoc for class OutlierRemoverDF * improve code and docs of class OutlierRemoverDF (no functional changes) * Improve docstrings for COL_FEATURE_IN and COL_FEATURE_OUT * introduce AllTracker across all of sklearndf * remove badges * assign wrapper's module when wrapping a native sklearn estimator * assign wrapper's module when wrapping a native sklearn estimator (bugfix) * assign wrapper's module when wrapping native sklearn estimator (bugfix) * make detection of sklearn class tag lines more robust * fix incomplete cross-references * do not pass arguments on to object.__new__() Co-authored-by: Jason Bentley <Bentley.Jason@bcg.com>
* disallow scipy >=1.6, allow pandas 1.2.*, prefer joblib 1.0.* * set pandas to 1.1.0 in 'max' matrix test for compatibility with pytools * CI/CD: roll back joblib test dependency to 0.16 Co-authored-by: Konstantin Hemker <hemker.konstantin@bcg.com>
jason-bentley
approved these changes
Jan 12, 2021
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.
This PR is for the initial release of
sklearndf
v1.0.1