Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pockerman/mlutils
ml modelling utilities
https://github.com/pockerman/mlutils
Last synced: 17 days 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 (about 1 year ago)
- Last Synced: 2025-01-04T08:30:29.421Z (19 days 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
[![mlutils](https://github.com/pockerman/mlutils/actions/workflows/python-app.yml/badge.svg)](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