Using MLflow on google colaboratory with github to build cosy environment: building

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • template_with_mlflow

    This is a template repository for building a model and managing the trials with google colaboratory, drive, and MLflow.

  • github repository: template_with_mlflow

  • Puts Debuggerer

    Ruby library for improved puts debugging, automatically displaying bonus useful information such as source line number and source code.

  • # Mount your google drive from google.colab import drive drive_path = "/content/gdrive" drive.mount(drive_path) # Load git settings and set the config with open(os.path.join(drive_path, "MyDrive", "settings", "github.txt"), "r") as f: mail = f.readline().replace("\n", "") user_name = f.readline().replace("\n", "") token = f.readline().replace("\n", "") !git config --global user.email {mail} !git config --global user.name {user_name} # Clone the repository repository_name = "template_with_mlflow" git_repository = f"https://github.com/{user_name}/" + repository_name + ".git" repository_path = "/content/" + repository_name !git clone {git_repository} # Change directory to the cloned directory %cd template_with_mlflow # Checkout branch_name = "develop" !git checkout {branch_name} # Pull !git pull

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts