All Projects → solegalli → Feature Selection For Machine Learning

solegalli / Feature Selection For Machine Learning

Licence: other
Code Repository for the online course Feature Selection for Machine Learning

Projects that are alternatives of or similar to Feature Selection For Machine Learning

Workshops
DSSG Workshops
Stars: ✭ 51 (-1.92%)
Mutual labels:  jupyter-notebook
Ner blstm Crf
LSTM-CRF for NER with ConLL-2002 dataset
Stars: ✭ 51 (-1.92%)
Mutual labels:  jupyter-notebook
Ppd599
USC urban data science course series with Python and Jupyter
Stars: ✭ 1,062 (+1942.31%)
Mutual labels:  jupyter-notebook
Pix2code Template
Build a neural network to code a basic a HTML and CSS website based on a picture of a design mockup.
Stars: ✭ 51 (-1.92%)
Mutual labels:  jupyter-notebook
Alpha pooling
Code for our paper "Generalized Orderless Pooling Performs Implicit Salient Matching" published at ICCV 2017.
Stars: ✭ 51 (-1.92%)
Mutual labels:  jupyter-notebook
Nn from scratch
Multilayer Neural Network using numpy.
Stars: ✭ 51 (-1.92%)
Mutual labels:  jupyter-notebook
Machine Learning Decal Spring 2019
A 2-unit decal run by [email protected]'s education team
Stars: ✭ 51 (-1.92%)
Mutual labels:  jupyter-notebook
Continuousparetomtl
[ICML 2020] PyTorch Code for "Efficient Continuous Pareto Exploration in Multi-Task Learning"
Stars: ✭ 52 (+0%)
Mutual labels:  jupyter-notebook
Mask Faster Rcnn
Mask R-CNN
Stars: ✭ 51 (-1.92%)
Mutual labels:  jupyter-notebook
Spark Mllib Scala Play
Twitter sentiment analysis based on Apache Spark, MLlib, Scala and Akka.
Stars: ✭ 51 (-1.92%)
Mutual labels:  jupyter-notebook
Bookcnn
《深度卷积网络:原理与实践》现已在淘宝天猫京东当当发售. 这里是其中的代码下载.
Stars: ✭ 51 (-1.92%)
Mutual labels:  jupyter-notebook
Pytorch musicnet
PyTorch DataSet and Jupyter demos for MusicNet
Stars: ✭ 51 (-1.92%)
Mutual labels:  jupyter-notebook
Tsr Py Faster Rcnn
This repo contains code related to german traffic sign detection and classification using Faster-RCNN
Stars: ✭ 51 (-1.92%)
Mutual labels:  jupyter-notebook
Phik
Phi_K correlation analyzer library
Stars: ✭ 51 (-1.92%)
Mutual labels:  jupyter-notebook
Coronamaskon
Mask On-Off control with computer vision
Stars: ✭ 52 (+0%)
Mutual labels:  jupyter-notebook
Training toolbox caffe
Training Toolbox for Caffe
Stars: ✭ 51 (-1.92%)
Mutual labels:  jupyter-notebook
Reinforcement Learning Introduction
Code from my blog post & online course
Stars: ✭ 51 (-1.92%)
Mutual labels:  jupyter-notebook
Nlp Various Tutorials
자연어 처리와 관련한 여러 튜토리얼 저장소
Stars: ✭ 52 (+0%)
Mutual labels:  jupyter-notebook
Sirmodel covid 19
Stars: ✭ 52 (+0%)
Mutual labels:  jupyter-notebook
Ml securityinformatics
Short Course - Applied Machine Learning for Security Informatics
Stars: ✭ 51 (-1.92%)
Mutual labels:  jupyter-notebook

Feature Selection for Machine Learning - Code Repository

Python 3.6 Python 3.7 Python 3.8 License

Published February, 2018

Links

Table of Contents

  1. Basic Selection Methods

    1. Removing Constant Features
    2. Removing Quasi-Constant Features
    3. Removing Duplicated Features
  2. Correlation Feature Selection

    1. Removing Correlated Features
    2. Basic Selection Methods + Correlation - Pipeline
  3. Filter Methods: Univariate Statistical Methods

    1. Mutual Information
    2. Chi-square distribution
    3. Anova
    4. Basic Selection Methods + Statistical Methods - Pipeline
  4. Filter Methods: Other Methods and Metrics

    1. Univariate roc-auc, mse, etc
    2. Method used in a KDD competition - 2009
  5. Wrapper Methods

    1. Step Forward Feature Selection
    2. Step Backward Feature Selection
    3. Exhaustive Feature Selection
  6. Embedded Methods: Linear Model Coefficients

    1. Logistic Regression Coefficients
    2. Linear Regression Coefficients
    3. Effect of Regularization on Coefficients
    4. Basic Selection Methods + Correlation + Embedded - Pipeline
  7. Embedded Methods: Lasso

    1. Lasso
    2. Basic Selection Methods + Correlation + Lasso - Pipeline
  8. Embedded Methods: Tree Importance

    1. Random Forest derived Feature Importance
    2. Tree importance + Recursive Feature Elimination
    3. Basic Selection Methods + Correlation + Tree importance - Pipeline
  9. Hybrid Feature Selection Methods

    1. Feature Shuffling
    2. Recursive Feature Elimination
    3. Recursive Feature Addition
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].