Giter VIP home page Giter VIP logo

mlr3verse's Introduction

Package website: release | dev

Meta-package for installing and using core mlr3 packages.

mlr3verse

tic CRAN Status StackOverflow Mattermost

Overview

This package is intended to simplify both installation and loading of packages from the mlr3 ecosystem. Instead of depending on the extension packages, functions required for data analysis are re-exported, providing a thin view on the most important functionality of the mlr3 ecosystem.

Installation

# From CRAN:
install.packages("mlr3verse")

# From Github:
remotes::install_github("mlr-org/mlr3verse")

Batteries included

Functions and objects from The following packages are imported by this meta package:

Name Title URL
mlr3 Machine Learning in R - Next Generation https://mlr3.mlr-org.com
mlr3cluster Unsupervised Clustering https://mlr3cluster.mlr-org.com
mlr3data Additional data sets and tasks https://mlr3data.mlr-org.com
mlr3filters Filter Based Feature Selection https://mlr3filters.mlr-org.com
mlr3fselect Wrapper Based Feature Selection https://mlr3fselect.mlr-org.com
mlr3learners Recommended Learners https://mlr3learners.mlr-org.com
mlr3pipelines Preprocessing Operators and Pipelines https://mlr3pipelines.mlr-org.com
mlr3proba Probalistic Regression and Survival Analysis https://mlr3proba.mlr-org.com
mlr3tuning Hyperparameter Tuning https://mlr3tuning.mlr-org.com
mlr3viz Visualizations https://mlr3viz.mlr-org.com
paradox Parameter Spaces https://paradox.mlr-org.com

By loading the mlr3verse package, you are all set to deal with most regression, classification, cluster and survival tasks:

library("mlr3verse")

If you want to get more detailed information about the loaded packages, you can call mlr3verse_info():

mlr3verse_info()

More extension packages are available on CRAN/GitHub, and may be included in this meta package in the future.

mlr3verse's People

Contributors

pat-s avatar mllg avatar be-marc avatar github-actions[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.