gpcastelo / MinSizeML

MinSizeML (Minimum Size for Machine Learning) R package that contains functions to estimate the minimum sample size for machine learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MinSizeML (Minimum Size for Machine Learning).

This package implements a method for minimum sample size estimation in the training step of several supervised machine learning algorithms for classification: kNN, logistic regression, naive Bayes, and random forest.

The main function is called "MinSizeClassification".

All documentation is included in the function description.

Installation from GitHub.

On an R console or RStudio, execute the following line:

devtools::install_github("gpcastelo/MinSizeML")

Author.

This is the repository for the master thesis at the Master's degree of Bioinformatics and Biostatistics, Universitat Oberta de Catalunya.

Authored by Guillermo Prol Castelo and supervised by Jose Luis Mosquera Mayo.

About

MinSizeML (Minimum Size for Machine Learning) R package that contains functions to estimate the minimum sample size for machine learning

License:Other


Languages

Language:R 100.0%