https://github.com/pockerman/mlutils
ml modelling utilities
https://github.com/pockerman/mlutils
Last synced: 5 months ago
JSON representation
ml modelling utilities
- Host: GitHub
- URL: https://github.com/pockerman/mlutils
- Owner: pockerman
- Created: 2023-10-23T13:33:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-21T10:14:46.000Z (over 1 year ago)
- Last Synced: 2025-02-06T11:56:22.863Z (5 months ago)
- Language: Python
- Size: 795 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/pockerman/mlutils/actions/workflows/python-app.yml)
# mlutils
Easy to use utilities for ml modeling.
## Installation
You can install ```mlutils``` using ```pip```. Clone the ```main``` branch of the repository
and build the utilities using```
python -m build
```Then install the built wheel using
```
pip install dist/simplemlutils-.whl
```Alternatively, you can use the bash script ```install_from_source.sh```. You can also
install it from PyPi using```
pip install simpleutils
```## Datasets