2022
DOI: 10.46430/phen0099
|View full text |Cite
|
Sign up to set email alerts
|

Regression Analysis with Scikit-Learn (part 1 - Linear)

Abstract: This lesson is the first of a two-part lesson focusing on an indispensable set of data analysis methods, logistic and linear regression. It provides an overview of linear regression and walks through running both algorithms in Python (using scikit-learn). The lesson also discusses interpreting the results of a regression model and some common pitfalls to avoid.

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1

Citation Types

0
1
0

Year Published

2023
2023
2024
2024

Publication Types

Select...
2
1

Relationship

0
3

Authors

Journals

citations
Cited by 3 publications
(1 citation statement)
references
References 0 publications
0
1
0
Order By: Relevance
“…where x max and x min are the maximum and the minimum values for feature X, respectively. Lastly, we split the dataset using scikit's train_test_split function [49], which randomly distributes the dataset into two smaller datasets: a training dataset, which is used to fit the model, and a testing dataset, which is used for unbiased model evaluation and tuning. We dedicate 75% of the complete dataset for the training dataset and 25% for the testing dataset.…”
Section: Data Scalingmentioning
confidence: 99%
“…where x max and x min are the maximum and the minimum values for feature X, respectively. Lastly, we split the dataset using scikit's train_test_split function [49], which randomly distributes the dataset into two smaller datasets: a training dataset, which is used to fit the model, and a testing dataset, which is used for unbiased model evaluation and tuning. We dedicate 75% of the complete dataset for the training dataset and 25% for the testing dataset.…”
Section: Data Scalingmentioning
confidence: 99%