WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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

About

ML_OPS courses given at Dauphine

Resources

Stars

Watchers

Forks

Packages

No packages published