classifier-toolkit 0.1.0__tar.gz → 0.1.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (26) hide show
  1. {classifier_toolkit-0.1.0 → classifier_toolkit-0.1.1}/PKG-INFO +5 -14
  2. {classifier_toolkit-0.1.0 → classifier_toolkit-0.1.1}/pyproject.toml +5 -15
  3. classifier_toolkit-0.1.0/classifier_toolkit/model_fitting/__init__.py +0 -0
  4. classifier_toolkit-0.1.0/classifier_toolkit/model_fitting/model_search.py +0 -3
  5. {classifier_toolkit-0.1.0 → classifier_toolkit-0.1.1}/README.md +0 -0
  6. {classifier_toolkit-0.1.0 → classifier_toolkit-0.1.1}/classifier_toolkit/eda/__init__.py +0 -0
  7. {classifier_toolkit-0.1.0 → classifier_toolkit-0.1.1}/classifier_toolkit/eda/bivariate_analysis.py +0 -0
  8. {classifier_toolkit-0.1.0 → classifier_toolkit-0.1.1}/classifier_toolkit/eda/eda_toolkit.py +0 -0
  9. {classifier_toolkit-0.1.0 → classifier_toolkit-0.1.1}/classifier_toolkit/eda/feature_engineering.py +0 -0
  10. {classifier_toolkit-0.1.0 → classifier_toolkit-0.1.1}/classifier_toolkit/eda/first_glance.py +0 -0
  11. {classifier_toolkit-0.1.0 → classifier_toolkit-0.1.1}/classifier_toolkit/eda/univariate_analysis.py +0 -0
  12. {classifier_toolkit-0.1.0 → classifier_toolkit-0.1.1}/classifier_toolkit/eda/visualizations.py +0 -0
  13. {classifier_toolkit-0.1.0 → classifier_toolkit-0.1.1}/classifier_toolkit/eda/warnings/__init__.py +0 -0
  14. {classifier_toolkit-0.1.0 → classifier_toolkit-0.1.1}/classifier_toolkit/eda/warnings/automated_warnings.py +0 -0
  15. {classifier_toolkit-0.1.0 → classifier_toolkit-0.1.1}/classifier_toolkit/eda/warnings/default_warnings.py +0 -0
  16. {classifier_toolkit-0.1.0 → classifier_toolkit-0.1.1}/classifier_toolkit/feature_selection/__init__.py +0 -0
  17. {classifier_toolkit-0.1.0 → classifier_toolkit-0.1.1}/classifier_toolkit/feature_selection/base.py +0 -0
  18. {classifier_toolkit-0.1.0 → classifier_toolkit-0.1.1}/classifier_toolkit/feature_selection/embedded_methods/__init__.py +0 -0
  19. {classifier_toolkit-0.1.0 → classifier_toolkit-0.1.1}/classifier_toolkit/feature_selection/embedded_methods/elastic_net.py +0 -0
  20. {classifier_toolkit-0.1.0 → classifier_toolkit-0.1.1}/classifier_toolkit/feature_selection/meta_selector.py +0 -0
  21. {classifier_toolkit-0.1.0 → classifier_toolkit-0.1.1}/classifier_toolkit/feature_selection/utils/__init__.py +0 -0
  22. {classifier_toolkit-0.1.0 → classifier_toolkit-0.1.1}/classifier_toolkit/feature_selection/utils/plottings.py +0 -0
  23. {classifier_toolkit-0.1.0 → classifier_toolkit-0.1.1}/classifier_toolkit/feature_selection/utils/scoring.py +0 -0
  24. {classifier_toolkit-0.1.0 → classifier_toolkit-0.1.1}/classifier_toolkit/feature_selection/wrapper_methods/__init__.py +0 -0
  25. {classifier_toolkit-0.1.0 → classifier_toolkit-0.1.1}/classifier_toolkit/feature_selection/wrapper_methods/rfe.py +0 -0
  26. {classifier_toolkit-0.1.0 → classifier_toolkit-0.1.1}/classifier_toolkit/feature_selection/wrapper_methods/sequential_selection.py +0 -0
@@ -1,37 +1,28 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: classifier-toolkit
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary:
5
5
  Author: gauthier.marquand
6
6
  Author-email: gauthier.marquand@qonto.com
7
- Requires-Python: >=3.9,<3.11
7
+ Requires-Python: >=3.9,<3.13
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Programming Language :: Python :: 3.9
10
10
  Classifier: Programming Language :: Python :: 3.10
11
+ Classifier: Programming Language :: Python :: 3.11
12
+ Classifier: Programming Language :: Python :: 3.12
11
13
  Requires-Dist: catboost (>=1.2.2,<2.0.0)
12
- Requires-Dist: category-encoders (>=2.6.3,<3.0.0)
13
14
  Requires-Dist: colorama (>=0.4.6,<0.5.0)
14
- Requires-Dist: graphviz (>=0.20.3,<0.21.0)
15
- Requires-Dist: ipywidgets (>=8.1.5,<9.0.0)
16
15
  Requires-Dist: lightgbm (>=4.5.0,<5.0.0)
17
16
  Requires-Dist: matplotlib (>=3.9.2,<4.0.0)
18
- Requires-Dist: nbformat (>=5.10.4,<6.0.0)
19
- Requires-Dist: numpy (<1.26)
17
+ Requires-Dist: numpy (>=2.0.0,<3.0.0)
20
18
  Requires-Dist: optuna (>=3.5.0,<4.0.0)
21
19
  Requires-Dist: pandas (>=2.2.0,<3.0.0)
22
20
  Requires-Dist: polars (>=1.2.1,<2.0.0)
23
- Requires-Dist: pyarrow (>=17.0.0,<18.0.0)
24
- Requires-Dist: pydantic-settings (>=2.3.4,<3.0.0)
25
- Requires-Dist: pydot (>=3.0.1,<4.0.0)
26
- Requires-Dist: pylint (>=3.2.6,<4.0.0)
27
21
  Requires-Dist: scikit-learn (>=1.4.0,<2.0.0)
28
22
  Requires-Dist: scipy (<1.12)
29
- Requires-Dist: seaborn (>=0.10.1)
30
23
  Requires-Dist: shap (>=0.44.1,<0.45.0)
31
- Requires-Dist: snowflake (>=0.10.0,<0.11.0)
32
24
  Requires-Dist: tabulate (>=0.9.0,<0.10.0)
33
25
  Requires-Dist: xgboost (>=2.1.1,<3.0.0)
34
- Requires-Dist: ydata-profiling (>=4.6.4,<5.0.0)
35
26
  Description-Content-Type: text/markdown
36
27
 
37
28
  # Classifier Toolkit
@@ -1,44 +1,34 @@
1
1
  [tool.poetry]
2
2
  name = "classifier-toolkit"
3
- version = "0.1.0"
3
+ version = "0.1.1"
4
4
  description = ""
5
5
  authors = [
6
6
  "gauthier.marquand <gauthier.marquand@qonto.com>",
7
7
  "senih.yilmaz <senih.yilmaz@qonto.com>",
8
+ "jeremy.fraoua <jeremy.fraoua@qonto.com>"
8
9
  ]
9
10
  readme = "README.md"
10
11
  packages = [{ include = "classifier_toolkit" }]
11
12
 
12
13
  [tool.poetry.dependencies]
13
- python = ">=3.9,<3.11"
14
+ python = ">=3.9,<3.13"
14
15
  pandas = "^2.2.0"
15
- numpy = "<1.26"
16
+ numpy = "^2.0.0"
16
17
  catboost = "^1.2.2"
17
18
  shap = "^0.44.1"
18
19
  scikit-learn = "^1.4.0"
19
20
  optuna = "^3.5.0"
20
- seaborn = ">=0.10.1"
21
21
  scipy = "<1.12"
22
- ydata-profiling = "^4.6.4"
23
22
  matplotlib = "^3.9.2"
24
- pyarrow = "^17.0.0"
25
23
  colorama = "^0.4.6"
26
24
  tabulate = "^0.9.0"
27
- pydantic-settings = "^2.3.4"
28
- snowflake = "^0.10.0"
29
25
  polars = "^1.2.1"
30
- nbformat = "^5.10.4"
31
- pylint = "^3.2.6"
32
- graphviz = "^0.20.3"
33
- pydot = "^3.0.1"
34
- category-encoders = "^2.6.3"
35
26
  lightgbm = "^4.5.0"
36
27
  xgboost = "^2.1.1"
37
- ipywidgets = "^8.1.5"
38
-
39
28
 
40
29
  [tool.poetry.group.dev.dependencies]
41
30
  ipykernel = "^6.29.5"
31
+ ipywidgets = "^8.1.5"
42
32
 
43
33
  [tool.poetry.group.lint.dependencies]
44
34
  sqlfluff = "^3.1.0"
@@ -1,3 +0,0 @@
1
- """
2
- import optuna
3
- """