-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate latest SG contributions (#51)
* Fix pandas 1.0 compatibility (#45) * pd.core.algorithm don't exist anymore * compat pandas 1 et pandas 0 * fix test for pandas 1 * change pd.categories handling * fix typo in test * .isnull().sum() doesn't work with sparse input ... * add helper to remove sparse columns * fix na_replacing for sparse columns * test on na_replacing * change requirements to allow pandas 1 * new test for sparse * fix for compat sparse pd 1 * helper to make something sparse * change test for pd1 * fix test * fix conversion if there are categories * add test with RandomTrainTestCv : shows it can't be used with cross_val_predict and cross_validation (#48) * Doc improve3 (#46) * improve doc * read version from package * move notebook and scripts inside docs * massive doc refactoring * doc refactoring continue * ignore all bat from doc * doc refactor * add a stacking notebook * update notebooks * python script to execute_notebooks * downgrade title * Lgbm wrapper (#47) * add a testing of model function * add wrapper * fix typo + comments * create lgbm tests * remove duplicate import * cleanning up * make test optional if no lgbm * typos and spaces * dataframe as input in test * spaces Co-authored-by: Lionel MASSOULARD <[email protected]>
- Loading branch information
Showing
69 changed files
with
105,914 additions
and
2,273 deletions.
There are no files selected for viewing
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
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.