Hands-on Scikit-Learn for Machine Learning Applications 2019
DOI: 10.1007/978-1-4842-5373-1_1
|View full text |Cite
|
Sign up to set email alerts
|

Introduction to Scikit-Learn

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1

Citation Types

0
51
0
2

Year Published

2021
2021
2023
2023

Publication Types

Select...
7
2
1

Relationship

0
10

Authors

Journals

citations
Cited by 62 publications
(53 citation statements)
references
References 0 publications
0
51
0
2
Order By: Relevance
“…The features were standardized to have zero mean and unit variance, which is a widely used scaling approach as algorithms such as Radial SVM assume features are centered around zero [ 36 , 40 ]. For each feature, the mean (µ) and the standard deviation (σ) were extracted from the raw training feature values.…”
Section: Methodsmentioning
confidence: 99%
“…The features were standardized to have zero mean and unit variance, which is a widely used scaling approach as algorithms such as Radial SVM assume features are centered around zero [ 36 , 40 ]. For each feature, the mean (µ) and the standard deviation (σ) were extracted from the raw training feature values.…”
Section: Methodsmentioning
confidence: 99%
“…We performed a sampling technique that takes the number of classes in each sample used, in an attempt to address class imbalance and we oversampled the underrepresented classes. To this end, the com-pute_sample_weight function from sklearn is used to calculate the weights of each sample by considering the number of different classes in each sample (i.e., class diversity) [31,32]. Calculated sample weights are then given as a sample to Pytorch DataLoader.…”
mentioning
confidence: 99%
“…When it comes to the data set used for simulation, our simulator runs experiments over open-source data sets from sklearn package [3]. Among all data sets from that package, we consider two representative sets, boston [27] and diabetes [18], since they are designed for running the linear regression model.…”
Section: Data Description and Benchmark Selectionmentioning
confidence: 99%