Are you sure you want to delete this access key?
Legend |
---|
DVC Managed File |
Git Managed File |
Metric |
Stage File |
External File |
Legend |
---|
DVC Managed File |
Git Managed File |
Metric |
Stage File |
External File |
DataScience Project with Dagshub for MLOps
You can set up using two methods. Locally or by first creating a repo on Dagshub and cloning it
mkdir dsc-project
cd dsc-project
git init
dvc init
git clone https://dagshub.com/jcharistech/dsc-project.git
cd dsc-project
Clone the DVC option with .dvc and .git already initialized
dvc get https://dagshub.com/jcharistech/dsc-project.dvc
dvc add data/mydataset.csv
git add data/.gitignore data/mydataset.csv.dvc
git commit -m "Added Raw Data"
git push
dvc remote add origin https://dagshub.com/<DagsHub-user-name>/dsc-project.dvc
dvc remote modify origin --local auth basic
dvc remote modify origin --local user <DagsHub-user-name>
dvc remote modify origin --local ask_password true
dvc push -r origin
dvc status
Press p or to see the previous file or, n or to see the next file
Are you sure you want to delete this access key?
Are you sure you want to delete this access key?
Are you sure you want to delete this access key?
Are you sure you want to delete this access key?