Skip to content

Releases: sapientml/core

0.8.0

20 Mar 14:10

Choose a tag to compare

Release 0.8.0

0.7.4

19 Mar 02:15
3dc51dc

Choose a tag to compare

fix: cast bool columns to float in scipy stats helpers (fixes #84) (#…

0.7.3

18 Mar 04:52
97fc0e5

Choose a tag to compare

docs: add README.md (#112)

* docs: add README.md

Signed-off-by: openhands <[email protected]>

* style: fix black formatting in dataset_snapshot_extractor.py

Signed-off-by: openhands <[email protected]>

* 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 <[email protected]>
Signed-off-by: openhands <[email protected]>

---------

Signed-off-by: openhands <[email protected]>
Co-authored-by: openhands <[email protected]>

0.7.2

20 Feb 03:59
e2b66db

Choose a tag to compare

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

14 Nov 15:37
d61c3a7

Choose a tag to compare

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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

0.7.0

10 Oct 13:28
00f57cc

Choose a tag to compare

feat: Selection of model pickle files based on python versions (3.9, …

0.6.2

05 Sep 08:13
dfd4d17

Choose a tag to compare

fix: split before transform (#82)

* split before transform

* Pysen corections

* Changed 3 lines along with Ura-san's comment

---------

Signed-off-by: Kosaku Kimura <[email protected]>
Co-authored-by: Kosaku Kimura <[email protected]>

0.6.1

04 Sep 05:45
f568c25

Choose a tag to compare

feat: Supporting latest sapientml-core with python 3.9 version (#86)

Signed-off-by: HimanshuRRai <[email protected]>
Co-authored-by: HimanshuRRai <[email protected]>

0.6.0

17 Jun 14:54
cd41fd1

Choose a tag to compare

feat: rewrite parameter validation using types (#71)

* feat: rewrite parameter validation using types

Signed-off-by: arima-tsukasa <[email protected]>

* test: Maintain the test code.

Signed-off-by: arima-tsukasa <[email protected]>

* feat: rewrite parameter validation using types

Signed-off-by: arima-tsukasa <[email protected]>

---------

Signed-off-by: arima-tsukasa <[email protected]>
Co-authored-by: Kosaku Kimura <[email protected]>

0.5.6

30 May 02:24
b04defa

Choose a tag to compare

build(deps): update shap requirement from >=0.43,<0.45 to >=0.43,<0.4…