CODE_OF_CONDUCT.md
CONTRIBUTING.md
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
./requirements.txt
mlearner/__init__.py
mlearner.egg-info/PKG-INFO
mlearner.egg-info/SOURCES.txt
mlearner.egg-info/dependency_links.txt
mlearner.egg-info/requires.txt
mlearner.egg-info/top_level.txt
mlearner/classifier/__init__.py
mlearner/classifier/ml_clasifier.py
mlearner/data/__init__.py
mlearner/data/_dummy_dataset.py
mlearner/data/wine.py
mlearner/evaluation/__init__.py
mlearner/evaluation/ml_evaluation.py
mlearner/feature_selection/__init__.py
mlearner/feature_selection/feature_selection.py
mlearner/load/__init__.py
mlearner/load/load_file.py
mlearner/models/__init__.py
mlearner/models/ml_CatBoost.py
mlearner/models/ml_LightBoost.py
mlearner/models/ml_XGBoost.py
mlearner/plotly/__init__.py
mlearner/plotly/ml_plotly.py
mlearner/preprocessing/__init__.py
mlearner/preprocessing/base_preprocess.py
mlearner/preprocessing/droper.py
mlearner/preprocessing/extract_target.py
mlearner/preprocessing/feature_selector.py
mlearner/preprocessing/log_skewed.py
mlearner/preprocessing/mean_centering.py
mlearner/preprocessing/one_hot_encoder.py
mlearner/preprocessing/reduce_feature.py
mlearner/preprocessing/replace_categorical.py
mlearner/preprocessing/replace_na.py
mlearner/preprocessing/scaling.py
mlearner/training/__init__.py
mlearner/training/ml_Training.py
mlearner/utils/__init__.py
mlearner/utils/params_manager.py