A collection of Machine Learning datasets for health care and beyond.
Here, I will use the package remotes to install the package:
# install.packages("remotes") # if not already installed
remotes::install_github("https://github.com/StatsGary/MLDataR")
library(MLDataR)
To install from CRAN, use the below command:
install.packages("MLDataR")
To load the package from CRAN, use the following:
library(MLDataR)
The package currently has three example datasets, and more are being added every week. The first three datasets contained in the package are:
More datasets are being added, so look out for the next version of this package.
It has been fun putting this package together and I hope you find it useful. If you find any issues using the package, please raise a git hub ticket and I will address it as soon as possible. Thanks and I hope you enjoy using it.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.