Use more than 12 algorithms of machine learning on your own dataset
Train and predict event for binary / multi classification
With this web application, you can do the folowing task
- Upload your own dataset:grinning:
- Check data structure & data quality:grinning:![c1|690x354]
- Process your data, full automatic:
- Make some dataviz
- Post processing data to select train / test / valid dataset for modelisation
- Apply more than 12 alogithms: of Machine learning
I use R and R shiny code to built this web app and the next packages:
- Shiny: shiny,shinydashboard,shinyWidgets,DT
- Dataviz: ggplot2, corrplot, plotly, plotROC, dygraphs, rpart.plot
- Data management: data.table, dummies, xts
- ML: rpart, randomforest, xgboost, earth, nnet, glmnet, e1071, MASS, class
- Production: rsconnect
Link for application:
Enjoy!
David