Skip to content

mahmutyvz/End_To_End_ML_Regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

End_To_End_ML_Regression

Project Scructure

regression/
├─ data/
│  ├─ external/
│  ├─ preprocessed/
│  ├─ raw/
├─ images/
├─ models/
│  ├─ CatBoostRegressor/
│  ├─ LGBMRegressor/
│  ├─ XGBRegressor/
├─ notebooks/
├─ src/
│  ├─ data/
│  ├─ features/
│  ├─ models/
│  ├─ visualization/
├─ .gitignore
├─ .gitattributes
├─ requirements.txt
├─ README.md

The root variable in paths.py must be changed to the absolute path of the project.

Install the required dependencies.

pip install -r requirements.txt

Running the Application

You can directly run the application, make training and predictions.

streamlit run app.py

Tool Preview 1 Tool Preview 2 Tool Preview 3 Tool Preview 4 Tool Preview 5 Tool Preview 6 Tool Preview 7

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages