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:  dvc git github
Aditya9329 5610c0d108
add get_data and readme update
1 year ago
254747c9fe
first commit
1 year ago
254747c9fe
first commit
1 year ago
254747c9fe
first commit
1 year ago
254747c9fe
first commit
1 year ago
254747c9fe
first commit
1 year ago
src
5610c0d108
add get_data and readme update
1 year ago
254747c9fe
first commit
1 year ago
254747c9fe
first commit
1 year ago
5610c0d108
add get_data and readme update
1 year ago
79c24becba
params.yaml added
1 year ago
79c24becba
params.yaml added
1 year ago
254747c9fe
first commit
1 year ago
254747c9fe
first commit
1 year ago
Storage Buckets
Data Pipeline
Legend
DVC Managed File
Git Managed File
Metric
Stage File
External File

README.md

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

create env

conda create -n advertisement python=3.8 -y

activate env

conda activate advertisement

initialize git

git init

initialize dvc

init dvc

add data so that dvc can track the data file

dvc add data_given/Advertising.csv

some commit using commands

git add . , git commit -m "message" , git push origin main

read about argparse module

https://www.javatpoint.com/argparse-in-python
Tip!

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

About

No description

Collaborators 1

Comments

Loading...