Skip to content

tschuppr/ML_OPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML_OPS

ML_OPS courses given at Dauphine

How to install

Clone the git in the folder you want to put the code into and enter the folder.

git clone https://github.com/tschuppr/ML_OPS.git
cd ML_OPS

Install the venv

python -m venv .
venv\Scripts\activate # On cmd windows
#activate venv\Scripts\activate # On linux
pip install -r requirements. txt

Launch an MLFlow instance

After the environment has been activated you can launch an MLFlow instance using :

mlflow ui