File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
from mindsdb_evaluator .accuracy import * # noqa
2
2
from mindsdb_evaluator .calibration import * # noqa
3
3
4
- __version__ = '0.0.15 '
4
+ __version__ = '0.0.16 '
5
5
name = "mindsdb_evaluator"
6
6
7
7
__all__ = ['name' , '__version__' ]
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " mindsdb-evaluator"
3
- version = " 0.0.15 "
3
+ version = " 0.0.16 "
4
4
description = " Model evaluation for Machine Learning pipelines."
5
5
authors = [
" MindsDB Inc. <[email protected] >" ]
6
6
license = " GPL-3.0"
@@ -9,11 +9,11 @@ packages = [{include = "mindsdb_evaluator"}]
9
9
10
10
[tool .poetry .dependencies ]
11
11
python = " >=3.8,<3.12"
12
- type-infer = " >= 0.0.15 "
12
+ type-infer = " 0.0.21 "
13
13
numpy = " ^1"
14
14
pandas = " ^2"
15
15
scikit-learn = " >=1.0"
16
- dataprep-ml = " >=0.0.17 "
16
+ dataprep-ml = " 25.2.3.0 "
17
17
18
18
# dependencies for optional packages
19
19
datasets = {version = " ^2.20.0" , optional = true }
You can’t perform that action at this time.
0 commit comments