Releases: sapientml/core
Releases · sapientml/core
0.8.0
0.7.4
fix: cast bool columns to float in scipy stats helpers (fixes #84) (#…
0.7.3
docs: add README.md (#112) * docs: add README.md Signed-off-by: openhands <openhands@all-hands.dev> * style: fix black formatting in dataset_snapshot_extractor.py Signed-off-by: openhands <openhands@all-hands.dev> * fix: replace deprecated mean_squared_error(squared=False) with root_mean_squared_error sklearn 1.6 removed the 'squared' parameter from mean_squared_error. Use root_mean_squared_error (available since sklearn 1.4) instead in evaluation.py.jinja, evaluation_test.py.jinja, and hyperparameter_tuning_evaluation.py.jinja. Co-authored-by: openhands <openhands@all-hands.dev> Signed-off-by: openhands <openhands@all-hands.dev> --------- Signed-off-by: openhands <openhands@all-hands.dev> Co-authored-by: openhands <openhands@all-hands.dev>
0.7.2
What's Changed
- fix: TypeError: Object with dtype category cannot perform the NumPy op log1p by @Shakeer1024-RBA in #108
Full Changelog: 0.7.1...0.7.2
0.7.1
build(deps-dev): update pytest-cov requirement (#97) Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.1.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
0.7.0
feat: Selection of model pickle files based on python versions (3.9, …
0.6.2
fix: split before transform (#82) * split before transform * Pysen corections * Changed 3 lines along with Ura-san's comment --------- Signed-off-by: Kosaku Kimura <kimura.kosaku@fujitsu.com> Co-authored-by: Kosaku Kimura <kimusaku@gmail.com>
0.6.1
feat: Supporting latest sapientml-core with python 3.9 version (#86) Signed-off-by: HimanshuRRai <himanshu.rai@fujitsu.com> Co-authored-by: HimanshuRRai <himanshu.rai@fujitsu.com>
0.6.0
feat: rewrite parameter validation using types (#71) * feat: rewrite parameter validation using types Signed-off-by: arima-tsukasa <fj8215cz@fujitsu.com> * test: Maintain the test code. Signed-off-by: arima-tsukasa <fj8215cz@fujitsu.com> * feat: rewrite parameter validation using types Signed-off-by: arima-tsukasa <fj8215cz@fujitsu.com> --------- Signed-off-by: arima-tsukasa <fj8215cz@fujitsu.com> Co-authored-by: Kosaku Kimura <kimusaku@gmail.com>
0.5.6
build(deps): update shap requirement from >=0.43,<0.45 to >=0.43,<0.4…