https://github.com/dbpprt/mlt
WIP: machine learning template...
https://github.com/dbpprt/mlt
Last synced: over 1 year ago
JSON representation
WIP: machine learning template...
- Host: GitHub
- URL: https://github.com/dbpprt/mlt
- Owner: dbpprt
- License: mit
- Created: 2024-01-20T12:43:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T18:08:00.000Z (over 2 years ago)
- Last Synced: 2025-01-05T19:14:54.831Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mlt
WIP: machine learning template...
```
conda env create -f environment.yml
# update
conda env update --file environment.yml --prune
```