Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
f0213d1510
DVC init
2 months ago
05d6b0de12
dvc pipline added
2 months ago
05d6b0de12
dvc pipline added
2 months ago
05d6b0de12
dvc pipline added
2 months ago
src
05d6b0de12
dvc pipline added
2 months ago
04083b29b7
generic structure
2 months ago
75024cc52a
DVC init
2 months ago
8c9d5564c6
Initial commit
2 months ago
8c9d5564c6
Initial commit
2 months ago
05d6b0de12
dvc pipline added
2 months ago
04083b29b7
generic structure
2 months ago
05d6b0de12
dvc pipline added
2 months ago
05d6b0de12
dvc pipline added
2 months ago
9f84145f76
Model evaluation
2 months ago
24acbcb520
Model Trainer
2 months ago
ad21dd12e5
requirements installed
2 months ago
54890ff594
data ingestion
2 months ago
ad21dd12e5
requirements installed
2 months ago
04083b29b7
generic structure
2 months 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

wine

  • conda activate C:\Users\mahesh\Desktop\project\wine\wine1
  • setup.py
  • requirements (pip install - r requirements.txt)
  • logging
  • .env (for confidential credential)

data_ingestion, data_validation (for checking data is correct o not), data_transformation(for feature engineeering), model_trainer(train the model), model_evaluation

Workflows
  • update config.yaml
  • update schema.yaml (for checking data-type, mention target column name)
  • update params.yaml (for mentioning required parameter for algorithm)
  • update the entity (it is a return type of our-fuction)
  • update the configuration manager in src config
  • update the components
  • update the pipeline
  • update the main.py
  • update the app.py

DVC for input data version

  • dvc init
  • git add .
  • git status
  • git commit -m "dvc track"
  • dvc add artifacts\data_ingestion\raw.csv

ERROR

  • delete the artifacts
  • git add .
  • git commit -m "git untrack"
  • git push origin main
  • dvc add artifacts/data_ingestion/raw.csv
  • git add artifacts/data_ingestion/.gitignore
  • git add artifacts/data_ingestion/raw.csv.dvc
  • git commit -m "git dvc track"
  • git push origin main
  • git status
  • git commit -m "changes in data"

dvc for pipeline

  • update dvc.yaml
  • dvc init
  • dvc repro
Tip!

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

About

No description

Collaborators 1

Comments

Loading...