Skip to content

Training and evaluation of regression and classification models using ready-made datasets. Experiments include splitting the data into training and testing, applying multiple algorithms (such as Linear Regression, Random Forest, XGBoost, SVM, among others) and comparing performance with metrics such as RMSE, Accuracy, F1-Score and ROC-AUC Curve.

Notifications You must be signed in to change notification settings

fco3lho/regression_and_classification_models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to execute

$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ python3 -m ipykernel install --user --name=regression
$ jupyter notebook

After following the steps above, the link to access the Jupyter Notebook will be displayed in your terminal. Enter this URL when selecting the Kernel of your Notebook and execute the tasks.

Make sure you have the following extensions in VSCode: ms-toolsai.jupyter, ms-toolsai.jupyter-renderers, ms-toolsai.jupyter-keymap, and jithurjacob.nbpreviewer

If you have any questions, access this link to run in VSCode.

About

Training and evaluation of regression and classification models using ready-made datasets. Experiments include splitting the data into training and testing, applying multiple algorithms (such as Linear Regression, Random Forest, XGBoost, SVM, among others) and comparing performance with metrics such as RMSE, Accuracy, F1-Score and ROC-AUC Curve.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published