Skip to content

Code templates for data prep and different ML algorithms in Python.

Notifications You must be signed in to change notification settings

dixitamol/ML_code_templates_Py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

ML_code_templates_Py

Code templates for data prep and different ML algorithms in Python.

#(most elements are not yet added)

Data Processing Categorical Encoding Splitting of dataset Feature Scaling Backward Propagation Forward Selection PCA LDA Kernel PCA k fold Cross validation xgboost.

Simple Linear Regression Multiple Linear Regression Polynomial Linear Regression Support Vector Regression

Decision Trees

Classification Linear Classifier kNN Support Vector Machines Kernel SVM Naive Bayes Classifier Decision Tree Classifier Random Forest Classifier

Clustering K means Hierarchical Clustering

Association Rules Apriori Eclat Association

Reinforcement Learning UCB - Upper Confidence Bound - Multi hand bandit Thompson Sampling

NLP Bag of Words

ANN CNN RNN

TO BE ADDED AND REVIEWED

(Code templates for data prep and different ML algorithms in R.

Data Processing Categorical Encoding Splitting of dataset Feature Scaling Backward Propagation Forward Selection PCA LDA Kernel PCA k fold Cross validation xgboost

Simple Linear Regression Multiple Linear Regression Polynomial Linear Regression Support Vector Regression

Decision Trees

Classification Linear Classifier kNN Support Vector Machines Kernel SVM Naive Bayes Classifier Decision Tree Classifier Random Forest Classifier

Clustering K means Hierarchical Clustering

Association Rules Apriori Eclat Association

Reinforcement Learning UCB - Upper Confidence Bound - Multi hand bandit Thompson Sampling

NLP Bag of Words

ANN)