Week 9 Sklearn Fish

.pptx

School

St. John's University *

*We aren’t endorsed by this school

Course

243

Subject

Statistics

Date

Feb 20, 2024

Type

pptx

Pages

7

Uploaded by DukeMeerkatPerson605

SciKit-Learn Linear Regression
Linear Regression Linear regression is a supervised machine learning algorithm Target variable modeled on independent variables Can be between univariate, multivariate This lab demonstrates Linear regression using Sklearn
Import Libraries We’re going to not just model, but display our data. Step 1: Download the following libraries import numpy as np import pandas as pd import seaborn as sns import matplotlib.pyplot as plt from sklearn import preprocessing, svm from sklearn.model_selection import train_test_split from sklearn.linear_model import LinearRegression
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help