issues
search
8bitzz
/
blogs
0
stars
0
forks
source link
Data Science Part III (Model Building Process)
#27
Open
8bitzz
opened
2 years ago
8bitzz
commented
2 years ago
Model Building Process:
Feature Engineering
Model Selection (Algorithms)
Model Training
Model Validation and Selection
Applying model to unseen data
Feature Engineering
Some techniques:
Correlation Analysis
Recursive Feature Elimination
Leave-one-out
Leave-K-out
Select-K-best(Classification)
Source:
Scikitlearn
Model Selection (Algorithms)
Supervised Learning
Regression (Prediction)
Linear Regression
Polynomial Regression
Ridge/Lasso Regression
Classification
Decision Trees
Logistics Regression (BE CAREFUL!!!)
Naive Bayes
K-NN
SVM
Unsupervised Learning
Clustering
DBSCAN
K-Means
Mean-Shift
Fuzzy C-Means
Agglomerative
Model Building Process:
Feature Engineering
Some techniques:
Source: Scikitlearn
Model Selection (Algorithms)
Supervised Learning
Regression (Prediction)
Classification
Unsupervised Learning
Clustering