Metadata-Version: 2.1
Name: serval-ml-commons
Version: 0.1.5
Summary: SerVal Machine learning commons is a tools box that ease the development of ML experiments at SerVal.
Author: Thibault Simonetto
Author-email: thibault.simonetto.001@student.uni.lu
Requires-Python: >=3.8,<3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Provides-Extra: tabsurvey
Provides-Extra: tensorflow
Provides-Extra: torch
Requires-Dist: category-encoders (==2.6.1)
Requires-Dist: comet-ml (>=3.33.6,<4.0.0)
Requires-Dist: einops (>=0.6.1,<0.7.0) ; extra == "tabsurvey"
Requires-Dist: h5py (>=2.0.0)
Requires-Dist: icecream (==2.1.3)
Requires-Dist: imbalanced-learn (==0.10.1)
Requires-Dist: libzero (==0.0.4)
Requires-Dist: numba (>=0.50.0,<0.51.0)
Requires-Dist: numpy (>=1.21.0)
Requires-Dist: optuna (>=3.1.1,<4.0.0) ; extra == "tabsurvey"
Requires-Dist: pandas (>=1.1.5)
Requires-Dist: requests (>=2.25)
Requires-Dist: rtdl (==0.0.13)
Requires-Dist: scikit-learn (>=0.24.0)
Requires-Dist: sdv (==1.2.0)
Requires-Dist: tables (>=3.8.0,<4.0.0)
Requires-Dist: tensorflow (>=2.12.0,<3.0.0) ; extra == "tensorflow"
Requires-Dist: tomli-w (==1.0.0)
Requires-Dist: torch (>=1.12.1,<1.13.0) ; extra == "torch"
Requires-Dist: torchattacks (==3.4.0)
Requires-Dist: transformers (>=4.29.2,<5.0.0) ; extra == "torch"
Requires-Dist: types-requests (>=2.31.0.1,<3.0.0.0)
Requires-Dist: uuid (>=1.30,<2.0)
