A supervised machine learning regression model. Includes problem statement, approach to solution, code, images, dataset, and Jupyter Notebook for interactive analysis.
-
Updated
Jul 6, 2024 - Jupyter Notebook
A supervised machine learning regression model. Includes problem statement, approach to solution, code, images, dataset, and Jupyter Notebook for interactive analysis.
This repo contains the project jupyter notebooks and data files to view and re-run my analysis of the flight data.
This project involves the prediction of salary based on position using Support Vector Regression (SVR) in Jupyter Notebook. The dataset contains information about different positions and their corresponding salaries. Through this analysis, we aim to build a regression model that accurately predicts the salary based on the given position.
Notebooks in this repository focus on code related to machine learning topics
Jupyter notebook that outlines the process of creating a machine learning predictive model. Predicts the peak "Wins Shared" by the current draft prospects based on numerous features such as college stats, projected draft pick, physical profile and age. I try out multiple models and pick the best performing one for the data from my judgement.
A series of documented Jupyter notebooks implementing SVM and SVC's.
Add a description, image, and links to the support-vector-regression topic page so that developers can more easily learn about it.
To associate your repository with the support-vector-regression topic, visit your repo's landing page and select "manage topics."