EDA_miner icon indicating copy to clipboard operation
EDA_miner copied to clipboard

Machine Learning Algorithms & Pipelines

Open KMouratidis opened this issue 5 years ago • 0 comments

  1. Add more algorithms:
  • [x] sklearn (46 so far)
  • [ ] statsmodels
  • [ ] tensorflow / pytorch
  • [ ] NLP models (nltk, gensim, spacy, etc)
  1. Implement common pipelines, e.g.:
  • [ ] Imputation -> Standardization -> Feature extraction -> Training
  • [ ] Voting Classifiers, ensembles & other aggregators
  • [ ] Cross-validation, (hyper-)parameter tuning
  • [ ] Dimensionality reduction
  1. Graphical model designer
  • [x] Basic layout
  • [x] Basic conversion to sklearn.pipeline.Pipeline
  • [x] Redefine edges, restyle arrows
  • [x] Advanced functionality
  • [x] Handle order better

KMouratidis avatar Apr 03 '19 23:04 KMouratidis