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 |
git clone https://dagshub.com/Danselem/dagshub_tutorial.git
cd dagshub_tutorial
echo "# dagshub_tutorial" >> README.md
git add README.md
git commit -m "first commit"
git branch -M main
git push -u origin main
mkdir -p data outputs
python3 -m venv .venv
echo .venv/ >> .gitignore
echo __pycache__/ >> .gitignore
source .venv/bin/activate
requirements.txt
pip3 install -r requirements.txt
mkdir -p data
echo /data/ >> .gitignore
wget https://dagshub-public.s3.us-east-2.amazonaws.com/tutorials/stackexchange/CrossValidated-Questions-Nov-2020.csv -O data/CrossValidated-Questions.csv
git add .
git commit -m "Initialized project"
git push -u origin main
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?