Machine Learning Engineering with MLflow


https://github.com/webmakaka/Machine-Learning-Engineering-with-MLflow


Возможно, нужно использовать версию:

tensorflow==2.9.2


// Инсталляция miniconda

$ weget https://repo.anaconda.com/miniconda/Miniconda3-py38_4.12.0-Linux-x86_64.sh
$ chmod +x ./Miniconda3-py38_4.12.0-Linux-x86_64.sh

$ ./Miniconda3-py38_4.12.0-Linux-x86_64.sh


$ cd ~/tmp
$ virtualenv stockpred_env
$ source stockpred_env/bin/activate


$ cd ~/tmp
$ git clone https://github.com/webmakaka/Machine-Learning-Engineering-with-MLflow


Section 1: Problem Framing and Introductions


Section 2: Model Development and Experimentation


Section 3: Machine Learning in Production

• Chapter 6. Introducing ML Systems Architecture