-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* tests actions on pull request added, test badge updated * Python version dependency limited to be <3.11 * Preprocessing enhancement (#22) * Preprocessing enhancement first iteration * check_cols call corrected * Robust classes improved, tests added * cuped structure improved, tests namings improved * Preprocessing usage example updated * MLVR class save load dict methods implemented * chain smoke test for preprocessor added * fix test * chain smoke test for preprocessor added * files linted * Docstrings improved * code decomposition * docstring and typing added * Old preprocessor is removed * docstrings improved * Temp class for logging added * docs parsing for preprocessing classes added and updated * .rst file modified * version updated * Robust Preprocessors and Metric Transformers separation (#23) * Fractional split duplication bug (#24) * Added check for id uniqueness in splitter * Dataframe id_column access fix * duplicated function removed * Fittable aggregate preprocessor (#25) * _check_columns method renamed * Fittable aggregatepreprocessor * aggregation tests and class improvement * fix binary theory with groups_ratio/alternative/stabilizing * Update README.rst Telegram channel link added * add docstrings and project dependencies * fix poetry version * fix imports [isort] && fix tests * fix linters[black] * Docstrings improved, method check added * fix bug forgot first error for binary design * Multiple alpha power design for binary intervals methods * Incorrect variables types changed * Storable Preprocessor and VarReduction classes changes (#29) * Storable Preprocessor and VarReduction classes changes * Unused dict with preproc classes removed * Alternatives namings changed in `scipy` way, notebooks updated (#31) * Alternatives namings changed in scipy way, notebooks updated * Imports fixed * 0.3.0 version descr added to changelog --------- Co-authored-by: Байрамкулов Аслан Магомедович <ambajramku@www.mts.ru> Co-authored-by: Aslan Bayramkulov <[email protected]> Co-authored-by: Artem Vasin <[email protected]>
- Loading branch information
1 parent
b97370e
commit 48bc478
Showing
46 changed files
with
14,157 additions
and
11,748 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.2.0 | ||
0.3.0 |
Oops, something went wrong.