All Projects → xiaoganghan → Awesome Feature Engineering

xiaoganghan / Awesome Feature Engineering

Licence: mit
A curated list of feature engineering techniques for image and text machine learning

Projects that are alternatives of or similar to Awesome Feature Engineering

Nlpython
This repository contains the code related to Natural Language Processing using python scripting language. All the codes are related to my book entitled "Python Natural Language Processing"
Stars: ✭ 265 (+488.89%)
Mutual labels:  feature-engineering
Kaggler
Code for Kaggle Data Science Competitions
Stars: ✭ 614 (+1264.44%)
Mutual labels:  feature-engineering
Autodl
Automated Deep Learning without ANY human intervention. 1'st Solution for AutoDL [email protected]
Stars: ✭ 854 (+1797.78%)
Mutual labels:  feature-engineering
Deltapy
DeltaPy - Tabular Data Augmentation (by @firmai)
Stars: ✭ 344 (+664.44%)
Mutual labels:  feature-engineering
Feature Engineering And Feature Selection
A Guide for Feature Engineering and Feature Selection, with implementations and examples in Python.
Stars: ✭ 526 (+1068.89%)
Mutual labels:  feature-engineering
Hyperparameter hunter
Easy hyperparameter optimization and automatic result saving across machine learning algorithms and libraries
Stars: ✭ 648 (+1340%)
Mutual labels:  feature-engineering
feature engine
Feature engineering package with sklearn like functionality
Stars: ✭ 758 (+1584.44%)
Mutual labels:  feature-engineering
Feagen
(deprecated) A fast and memory-efficient Python data engineering framework for machine learning.
Stars: ✭ 33 (-26.67%)
Mutual labels:  feature-engineering
Feature Selection
Features selector based on the self selected-algorithm, loss function and validation method
Stars: ✭ 534 (+1086.67%)
Mutual labels:  feature-engineering
Sgx Full Orderbook Tick Data Trading Strategy
Providing the solutions for high-frequency trading (HFT) strategies using data science approaches (Machine Learning) on Full Orderbook Tick Data.
Stars: ✭ 733 (+1528.89%)
Mutual labels:  feature-engineering
Open source demos
A collection of demos showcasing automated feature engineering and machine learning in diverse use cases
Stars: ✭ 391 (+768.89%)
Mutual labels:  feature-engineering
Awesome Feature Engineering
A curated list of resources dedicated to Feature Engineering Techniques for Machine Learning
Stars: ✭ 433 (+862.22%)
Mutual labels:  feature-engineering
Featexp
Feature exploration for supervised learning
Stars: ✭ 688 (+1428.89%)
Mutual labels:  feature-engineering
My Data Competition Experience
本人多次机器学习与大数据竞赛Top5的经验总结,满满的干货,拿好不谢
Stars: ✭ 271 (+502.22%)
Mutual labels:  feature-engineering
Protr
Comprehensive toolkit for generating various numerical features of protein sequences
Stars: ✭ 30 (-33.33%)
Mutual labels:  feature-engineering
Credit-Risk-Analysis
No description or website provided.
Stars: ✭ 29 (-35.56%)
Mutual labels:  feature-engineering
Featuretools
An open source python library for automated feature engineering
Stars: ✭ 5,891 (+12991.11%)
Mutual labels:  feature-engineering
Drugs Recommendation Using Reviews
Analyzing the Drugs Descriptions, conditions, reviews and then recommending it using Deep Learning Models, for each Health Condition of a Patient.
Stars: ✭ 35 (-22.22%)
Mutual labels:  feature-engineering
Mljar Supervised
Automated Machine Learning Pipeline with Feature Engineering and Hyper-Parameters Tuning 🚀
Stars: ✭ 961 (+2035.56%)
Mutual labels:  feature-engineering
Kaggle Quora Question Pairs
Kaggle:Quora Question Pairs, 4th/3396 (https://www.kaggle.com/c/quora-question-pairs)
Stars: ✭ 705 (+1466.67%)
Mutual labels:  feature-engineering

awesome-feature-engineering Awesome

A curated list of feature engineering techniques for image and text machine learning.

Table of Contents

Image

brightness, contrast, saturation

sample implementations

  1. mxnet

use cases

  1. Updated! My 99.40% solution to Udacity Nanodegree project P2 (Traffic Sign Classification)

sample

spatial transformer

sample implementations

  1. Traffic sign recognition with Torch

use cases

  1. The power of Spatial Transformer Networks

sample

histogram equalization

sample implementations

  1. Traffic signs classification with a convolutional network

use cases

  1. Traffic signs classification with a convolutional network

input

output

flipping

sample implementations

  1. Traffic signs classification with a convolutional network

use cases

  1. Traffic signs classification with a convolutional network

1

2

rotation and projection

sample implementations

  1. Traffic signs classification with a convolutional network

use cases

  1. Traffic signs classification with a convolutional network

input

output

others

zooming, cropping, panning, minor color changes

Libraries

output

Text

stemmer

sample implementations

  1. nltk

use cases

  1. Q&A With Job Salary Prediction First Prize Winner Vlad Mnih

tf-idf

sample implementations

  1. sklearn

use cases

  1. Is That a Duplicate Quora Question?

svd

sample implementations

  1. sklearn

use cases

  1. Is That a Duplicate Quora Question?

PCA

word2vec

sample implementations

  1. gensim

use cases

  1. Is That a Duplicate Quora Question?
  2. Do-it-yourself NLP for bot developers (text classification, entity recognition)

pipeline

## General

general feature engineering

input

feature engieering pipelines

data exploration with Pandas

feed data to model

  1. Is That a Duplicate Quora Question?
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].