EDA_miner
EDA_miner copied to clipboard
Machine Learning Algorithms & Pipelines
- Add more algorithms:
- [x] sklearn (46 so far)
- [ ] statsmodels
- [ ] tensorflow / pytorch
- [ ] NLP models (nltk, gensim, spacy, etc)
- Implement common pipelines, e.g.:
- [ ] Imputation -> Standardization -> Feature extraction -> Training
- [ ] Voting Classifiers, ensembles & other aggregators
- [ ] Cross-validation, (hyper-)parameter tuning
- [ ] Dimensionality reduction
- 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