knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

Machine Learning Kit

r badger::badge_devel('mlkit', 'orange') r badger::badge_code_size('Accelerytics/mlkit') r badger::badge_last_commit('Accelerytics/mlkit')

mlkit is a collection of implementations of machine learning algorithms and utilities for data science projects. This packages has initially been developed and used for the Supervised Machine Learning course that is part of the MPhil in Business Data Science offered by the Tinbergen Institute.

Installation

You can install the development version of mlkit from GitHub with:

install.packages("devtools")
devtools::install_github("Accelerytics/mlkit")

Bug reports

Found a mistake or inconsistency? Open a new issue here on GitHub or send an email to mathijs@accelerytics.com.

Copyright and License

Copyright 2020 Accelerytics. Content released under the MIT license, which means you can use this content for any purpose, even for commercial projects.



Accelerytics/mlkit documentation built on Dec. 31, 2020, 9:46 a.m.