Metadata-Version: 2.4
Name: pymlt
Version: 0.1.22
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: setuptools_scm
Provides-Extra: test
Requires-Dist: pytest>=6.0; extra == "test"
Dynamic: license-file

# pymlt
python machine learning toolkit

## links
https://pypi.org/project/pymlt/  
https://hub.docker.com/r/benvliet/pymlt  
https://pepy.tech/projects/pymlt

## project structure

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