economistgame / RcmdrPlugin.OptimClassifier

Extending the R Commander Interface to create the best train for classification models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RcmdrPlugin.OptimClassifier

Dev Publish Stats Other
Travis-CI Build Status CRAN STATUS DOWNLOADSPM CRAN LICENSE
AppVeyor Build Status status DOWNLOADSTOTAL
DOI

RcmdrPlugin.OptimClassifier is an R Commander Plug-In containing dialogs for multiple types of binary classification models provided in the OptimClassifier package.

Installing the GUI

To install the Development Version from GitHub repository use:

install.packages("devtools") # If not yet installed on your R Version
devtools::install_github("economistgame/RcmdrPlugin.OptimClassifier")

or

install.packages("remotes") # If not yet installed on your R Version
remotes::install_github("economistgame/RcmdrPlugin.OptimClassifier")

On the initial start-up of R Commander, you will probably be prompted to install some additional dependencies. This should not take too long!

To launch the GUI, use:

library(RcmdrPlugin.OptimClassifier)

#Bugs and feature requests

If you find problems with the package, or there's anything that it doesn't do which you think it should, please submit them to https://github.com/economistgame/RcmdrPlugin.OptimClassifier/issues. In particular, let me know about optimizers and formats which you'd like supported, or if you have a workflow which might make sense for inclusion as a default convenience function.

About

Extending the R Commander Interface to create the best train for classification models

License:GNU General Public License v3.0


Languages

Language:R 94.1%Language:TeX 5.9%