Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
dfec9d8071
dvc added
2 months ago
11702b3645
folder strucure added
3 months ago
c7fc000e35
requirements installed
3 months ago
1b10bf5e30
model trainer
2 months ago
43c38d714e
dvc added
2 months ago
src
fee547df3d
client applicaion created
2 months ago
fee547df3d
client applicaion created
2 months ago
dfec9d8071
dvc added
2 months ago
fee547df3d
client applicaion created
2 months ago
ecc88a8806
Initial commit
3 months ago
43c38d714e
dvc added
2 months ago
fee547df3d
client applicaion created
2 months ago
fee547df3d
client applicaion created
2 months ago
43c38d714e
dvc added
2 months ago
fee547df3d
client applicaion created
2 months ago
43c38d714e
dvc added
2 months ago
81eb5f6c4b
Prepare Base Model
2 months ago
fee547df3d
client applicaion created
2 months ago
c7fc000e35
requirements installed
3 months ago
11702b3645
folder strucure added
3 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

chestCancerClassificationDVC

create repository "chestCancerClassificationDVC" with README.md, MIT licence, .gitignore(python)

in cmd file location git clone

create the template.py file

  • python template.py

create the vitual enviroment

  • conda create -p chest python==3.8 -y

activate the virtual enviroment

  • conda activate C:\Users\pachp\Desktop\project_git\chestCancerClassificationDVC\chest

deactivate the virtual enviroment

  • conda deactivate

set setup.py

which lib is requires to execute the project add in requirements.txt

  • pip install -r requirements.txt

create the logging, exception

construct utils.py

reaseach

  • 01_data_ingestion.ipynb -02_prepare_base_model.ipynb

WorkFlows in each research ipynb file

  • Update config.yaml
  • Update secrets.yaml [Optional] (use for userid or password)
  • Update params.yaml (define model related parameter)
  • Update the entity
  • Update the configuration manager in src config
  • Update the components (use for data-ingestion, model trainig, model evolution)
  • Update the pipeline
  • Update the main.py
  • Update the dvc.yaml

dagshub ui

Tip!

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

About

No description

Collaborators 1

Comments

Loading...