/EstudoMachineLearning

Projeto de estudos de Machine Learning

Primary LanguageJupyter Notebook

Projeto de Estudos Machine Learning

Instalaćão do ambiente

virtualenv venv
venv/bin/activate
pip install -r requirements

Subir o Jupyter

jupyter notebook .

Desabilitar o auto activate

conda config --set auto_activate_base false