This repository contains the code to build the likelihood package which contains tools for typical tasks in maintain machine learning models in production and the training of custom models, for more information review our documentation
.
Before you begin, ensure you have met the following requirements:
- You have a Windows/Linux/Mac machine running Python 3.10+.
- You have installed the latest versions of
pip
andvirtualenv
orconda
(Anaconda).
This package can be easily installed with pip:
pip install likelihood
You can check the examples folder.
More examples will be added soon.