Skip to content
#

linear-regression-models

Here are 102 public repositories matching this topic...

Linear Regression Machine learning The goal is to develop a model that can accurately predict salaries based on relevant features such as job title, years of experience, and education level.

  • Updated May 24, 2023
  • Jupyter Notebook

Sure Tomorrow used machine learning to tackle challenges. I assessed its efforts to identify clients for marketing, forecast the chance of new client claims, and ensure better predictive performance, all while safeguarding client privacy without affecting previous models.

  • Updated Aug 7, 2023
  • Jupyter Notebook

#️⃣ R, Linear Regression, Inferences, Correlation Analysis, Diagnosis, Remedial Measures,, Multiple Linear Regression, Quantitative and Qualitative Predictors, Logistic Regression and Poisson Regression, FIFA 18 Players Wages Prediction, HR Attrition at IBM Prediction. 🔢

  • Updated Jan 11, 2019

Developed Machine Learning models in Python to correctly Recognize handwritten letter and face images by training and later testing the models. The machine learning algorithms developed were Support Vector Machine, K- Nearest Neighbor and Nearest Centroid Classifier.

  • Updated Apr 26, 2018
  • Python

Developed simple python program that implements Linear Regression on a sample dataset. The object of the class is declared and is fitted with the X_Train and Y_Train data. A graph is plotted using the matplotlib.pyplot to visually represent the Linear Regression model. The programuses sklearn.linear_model from the scikit-learn library to import …

  • Updated Jul 15, 2020
  • Python

Improve this page

Add a description, image, and links to the linear-regression-models topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the linear-regression-models topic, visit your repo's landing page and select "manage topics."

Learn more