Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ OneR Public

❗ This is a read-only mirror of the CRAN R package repository. OneR — One Rule Machine Learning Classification Algorithm with Enhancements. Homepage: https://github.com/vonjd/OneR Report bugs for this package: https://github.com/vonjd/OneR/issues

License

Notifications You must be signed in to change notification settings

cran/OneR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OneR

This R package implements the One Rule (OneR) Machine Learning classification algorithm with enhancements for sophisticated handling of numeric data and missing values together with extensive diagnostic functions. It is useful as a baseline for machine learning models and the rules are often helpful heuristics.

Documentation

This video gives a step-by-step introduction: Quick Start Guide for the OneR package

You can find the vignette and full documentation in the package and on CRAN: OneR: One Rule Machine Learning Classification Algorithm with Enhancements

Installation

Install the latest version from GitHub:

install.packages("devtools")
library(devtools)
install_github("vonjd/OneR")

Install from CRAN:

install.packages("OneR")

Contact

I would love to hear about your experiences with the OneR package. Please drop me a note - you can reach me at my university account: Holger K. von Jouanne-Diedrich

About

❗ This is a read-only mirror of the CRAN R package repository. OneR — One Rule Machine Learning Classification Algorithm with Enhancements. Homepage: https://github.com/vonjd/OneR Report bugs for this package: https://github.com/vonjd/OneR/issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published