https://github.com/gabrielcrepeault/predictr
friendly UI to create linear models
https://github.com/gabrielcrepeault/predictr
glm linear-regression predictive-analytics predictive-modeling r shiny visualise-data
Last synced: 11 days ago
JSON representation
friendly UI to create linear models
- Host: GitHub
- URL: https://github.com/gabrielcrepeault/predictr
- Owner: gabrielcrepeault
- Created: 2018-12-28T03:10:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-27T12:29:20.000Z (over 6 years ago)
- Last Synced: 2025-07-30T00:12:48.599Z (10 months ago)
- Topics: glm, linear-regression, predictive-analytics, predictive-modeling, r, shiny, visualise-data
- Language: R
- Homepage: https://gabrielcrepeault.shinyapps.io/predictR/
- Size: 238 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# predictR
A friendly shiny app UI to help you create linear models on your data
## How to use
If you want a demo before cloning/forking the repo, go to
> https://gabrielcrepeault.shinyapps.io/predictR/
If you want to test it locally, you can also use the following function :
```
shiny::runGitHub('predictR', 'gabrielcrepeault', subdir = 'app')
```
## What it can do
* **Data analysis** : helps you visualize (plot, table, `R summary()` output) your data before creating your linear model.
* **Linear regression** : You can compare metrics on two models at the same time :

* **General linear models** : Write your `R glm()` formula while getting couple of useful metrics on the current model :

## What it can't do
* Lasso
* Ridge
* Cross-Validation
* Box-Cox
* Deal with large datasets (it's suggested to stay under 300Mb, the app constantly updates the results)