Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

README.md 715 B

You have to be logged in to leave a comment. Sign In

Barline Detection

Development

Usage of MLFlow

To use MLFlow you need to set the environment variables with credentails.

Setting up Environment Variables

In the jupyter notebook root directory create .env file with the following environment variables:

  • MLFLOW_TRACKING_USERNAME
  • MLFLOW_TRACKING_PASSWORD
  • MLFLOW_TRACKING_URI

Using Environment Variables

To load the variables in the notebook use:

from dotenv import load_dotenv

load_dotenv()

Enable jupyter extensions for progress bars, etc

$ pip install -r requirements_dev.txt

jupyter nbextension enable --py widgetsnbextension

jupyter labextension install @jupyter-widgets/jupyterlab-manager

Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...