https://github.com/moj-analytical-services/predictr
https://github.com/moj-analytical-services/predictr
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/moj-analytical-services/predictr
- Owner: moj-analytical-services
- Archived: true
- Created: 2017-08-17T09:22:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-30T16:07:58.000Z (over 7 years ago)
- Last Synced: 2024-11-01T08:12:32.642Z (5 months ago)
- Language: R
- Size: 11.1 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - moj-analytical-services/predictr - (R)
README
# predictr - Easy and intuitive machine learning for the masses
This app provides a dashboard that can be used for predictive data science applications without in-depth knowledge of machine learning. It enables you to load in a dataset, choose what you'd like to predict, select the most appropriate model, make predictions and download results, without writing a single line of code.
### Acknowledgements
A significant chunk of the code is cloned from davesteps/machLearn. Credit to davesteps for creating a fantastic machine learning app that forms the basis of this tool.