Skip to content
#

linear-regression-models

Here are 102 public repositories matching this topic...

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

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