Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pockerman/mlutils

ml modelling utilities
https://github.com/pockerman/mlutils

Last synced: 17 days ago
JSON representation

ml modelling utilities

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