Skip to content

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.

master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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 stable version from CRAN:

install.packages("OneR")

Install the latest development version from GitHub:

install.packages("devtools")
library(devtools)
install_github("vonjd/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 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.

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.