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
02dc9ba10e
gitignore and dvcignore
1 year ago
e9728f230d
ci yaml file
1 year ago
03beb63d35
yaml files updated
1 year ago
1 year ago
src
fd83e2e365
index column removed
1 year ago
350bc89c1a
dummy test added
1 year ago
02dc9ba10e
gitignore and dvcignore
1 year ago
676daa6e78
git ignore updated
1 year ago
a02f73f457
Create LICENSE
1 year ago
1 year ago
42d1f67911
dvc files
1 year ago
42d1f67911
dvc files
1 year ago
dd142fe299
updated files
1 year ago
03beb63d35
yaml files updated
1 year ago
061c776014
base model creation
1 year ago
92e3c7dd8e
running web framework
1 year ago
92e3c7dd8e
running web framework
1 year ago
061c776014
base model creation
1 year ago
061c776014
base model creation
1 year ago
5e375957ce
updated file
1 year ago
061c776014
base model creation
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

Concrete Compressive Strength

This project helps to predict the compressive strength of concrete after a given time at any time which in general takes 28 days time by the industry. The proposed Machine Learning Project is a time saver.

Acknowledgements

Appendix

The Concrete compressive strength model is a Machine Learning project which predicts Concrete compressive strength on the basis of raw materials and age of the concrete.

Authors

Badges

Add badges from somewhere like: shields.io

MIT License GPLv3 License AGPL License

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

API_KEY

ANOTHER_API_KEY

Configuration Setup

Command to the whole setup from scratch

For Virtual Environment and Requirements installation

  bash init_setup.sh

Activate the Environment

  conda activate ./env

Data Ingestion Step

  python src/Concrete_CS/pipeline/stage_01_data_ingestion.py

Data Validation Step

  python src/Concrete_CS/pipeline/stage_02_data_validation.py

Data Transformation Step

  python src/Concrete_CS/pipeline/stage_03_data_transformation.py

Model Trainer Step

  python src/Concrete_CS/pipeline/stage_04_model_trainer.py

DVC

Used to know the Model Flow

To initialize DVC

  dvc init

To run the Pipeline

  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

Fazlullah Bokhari

commented in commit6fdace532eon branch master

1 year ago Outdated

Concrete Compressive Strength

This project helps to predict the compressive strength of concrete after a given time at any time which in general takes 28 days time by the industry. The proposed Machine Learning Project is a time saver.

Acknowledgements

Appendix

The Concrete compressive strength model is a Machine Learning project which predicts Concrete compressive strength on the basis of raw materials and age of the concrete.

Authors

Badges

Add badges from somewhere like: shields.io

MIT License GPLv3 License AGPL License

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

API_KEY

ANOTHER_API_KEY

Configuration Setup

Command to the whole setup from scratch

For Virtual Environment and Requirements installation

  bash init_setup.sh

Activate the Environment

  conda activate ./env

Data Ingestion Step

  python src/Concrete_CS/pipeline/stage_01_data_ingestion.py

Data Validation Step

  python src/Concrete_CS/pipeline/stage_02_data_validation.py

Data Transformation Step

  python src/Concrete_CS/pipeline/stage_03_data_transformation.py

Model Trainer Step

  python src/Concrete_CS/pipeline/stage_04_model_trainer.py

DVC

Used to know the Model Flow

To initialize DVC

  dvc init

To run the Pipeline

  dvc repro

Loading...