Metadata-Version: 2.4
Name: pymlt
Version: 0.1.11
Summary: Python Machine Learning Toolkit
Author-email: Ben van Vliet <benvliet@icloud.com>
License: MIT
Project-URL: repository, https://github.com/benvliet/pymlt
Project-URL: issues, https://github.com/benvliet/pymlt/issues
Project-URL: homepage, https://pypi.org/project/pymlt/
Keywords: pymlt,machine learning,data science,template
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: chime
Requires-Dist: diskcache
Requires-Dist: envyaml
Requires-Dist: hyperopt
Requires-Dist: lightgbm
Requires-Dist: loguru
Requires-Dist: matplotlib
Requires-Dist: mlflow
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: polars
Requires-Dist: psycopg2
Requires-Dist: pyclean
Requires-Dist: python-box
Requires-Dist: python-dotenv
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: ruff
Requires-Dist: scikit-learn
Requires-Dist: seaborn
Requires-Dist: sqlalchemy
Requires-Dist: tabulate
Provides-Extra: test
Requires-Dist: pytest>=6.0; extra == "test"
Dynamic: license-file

# pymlt
python machine learning template

## links
https://pypi.org/project/pymlt/  
https://hub.docker.com/repositories/benvliet/pymlt/  

## project structure

```
.
├── .github/        # Github Actions pipelines
├── data/           # Data Files for example runs
├── docs/           # Documentation and templates
├── src/            # source code
│   ├── pymlt/      # pymlt package modules
├── .../            # ...
├── .../            # ...
├── .../            # ...
├── .../            # ...
```
