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:  git github
e06253b230
folder stucture created
1 month ago
d47d22119a
model train
1 month ago
0370d9a15a
requirements added
1 month ago
d47d22119a
model train
1 month ago
src
77cb87ef80
web_app created
1 month ago
77cb87ef80
web_app created
1 month ago
61a5d3912f
data ingestion
1 month ago
a639c21a5c
Initial commit
1 month ago
77cb87ef80
web_app created
1 month ago
77cb87ef80
web_app created
1 month ago
e06253b230
folder stucture created
1 month ago
d47d22119a
model train
1 month ago
61a5d3912f
data ingestion
1 month ago
61a5d3912f
data ingestion
1 month ago
0370d9a15a
requirements added
1 month ago
e06253b230
folder stucture created
1 month ago
d47d22119a
model train
1 month ago
Storage Buckets

README.md

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

customer_churn

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 cust python==3.8 -y

activate the virtual enviroment

  • conda activate C:\Users\pachp\Desktop\projects\customer_churn\cust

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) or .env file
  • 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 run command on git-bash

Tip!

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

About

No description

Collaborators 1

Comments

Loading...