Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Integration:  git github
702fb2b5f8
first commit
1 week ago
702fb2b5f8
first commit
1 week ago
src
702fb2b5f8
first commit
1 week ago
702fb2b5f8
first commit
1 week ago
702fb2b5f8
first commit
1 week ago
702fb2b5f8
first commit
1 week ago
702fb2b5f8
first commit
1 week ago
702fb2b5f8
first commit
1 week ago
702fb2b5f8
first commit
1 week ago
702fb2b5f8
first commit
1 week ago
702fb2b5f8
first commit
1 week ago
702fb2b5f8
first commit
1 week ago
702fb2b5f8
first commit
1 week ago
702fb2b5f8
first commit
1 week ago
702fb2b5f8
first commit
1 week ago
Storage Buckets

README.md

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

this is my end to end project

first initialize the git

git init
git add abc.txt
git add .
git commit -m "this is my first commit"

git pull

bash your_file_name.sh
python setup.py install

another way you can mention -e . in your requirement file and you can run

pip install -r requirements.txt

MLflow

Documentation

local cmd
  • mlflow ui

dagshub

dagshub

MLFLOW_TRACKING_URI=https://dagshub.com/kishanverma4444/mlflow.mlflow MLFLOW_TRACKING_USERNAME=kishanverma4444 MLFLOW_TRACKING_PASSWORD=b389441d4e88752fad565cba12d8634fdb9987da python script.py

Run this to export as env variables:


export MLFLOW_TRACKING_URI=https://dagshub.com/kishanverma4444/mlflow.mlflow \

export MLFLOW_TRACKING_USERNAME=kishanverma4444 \

export MLFLOW_TRACKING_PASSWORD=b389441d4e88752fad565cba12d8634fdb9987da \

DVC cmd

  • dvc init
  • dvc repro
  • dvc dag
Tip!

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

About

No description

Collaborators 1

Comments

Loading...