R mlr

mlr provides this so that you can focus on your experiments! The framework provides supervised methods like classification, regression and survival analysis along with their corresponding evaluation and optimization methods, as well as unsupervised methods like clustering.

Cost / License

  • Free Personal
  • Open Source

Platforms

  • Mac
  • Windows
  • Linux
  • R (programming language)
-
No reviews
2likes
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

R mlr News & Activities

Highlights All activities

Recent activities

No activities found.

R mlr information

  • Developed by

    Unknown
  • Licensing

    Open Source and Free Personal product.
  • Pricing

    One time purchase (perpetual license) that costs $0.
  • Written in

  • Alternatives

    7 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  1,675 Stars
  •  407 Forks
  •  13 Open Issues
  •   Updated  
View on GitHub
R mlr was added to AlternativeTo by dimlakgorkehgz on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

Featured in Lists

Predictive analytics - machine learning is when a lot of data is used to predict some other data by finding which …

List by dimlakgorkehgz with 19 apps, updated

What is R mlr?

mlr provides this so that you can focus on your experiments! The framework provides supervised methods like classification, regression and survival analysis along with their corresponding evaluation and optimization methods, as well as unsupervised methods like clustering. It is written in a way that you can extend it yourself or deviate from the implemented convenience methods and your own complex experiments. package is nicely connected to the OpenML R package , which aims at supporting collaborative machine learning online and allows to easily share datasets as well as machine learning tasks, algorithms and experiments. Clear S3 interface to R classification, regression, clustering and survival analysis methods Possibility to fit, predict, evaluate and resample models Easy extension mechanism through S3 inheritance Abstract description of learners and tasks by properties Parameter system for learners to encode data types and constraints Many convenience methods and generic building blocks for your machine learning experiments Resampling methods like bootstrapping, cross-validation and subsampling Extensive visualizations for e.g. ROC curves, predictions and partial predictions Benchmarking of learners for multiple data sets Easy hyperparameter tuning using different optimization strategies, including potent configurators like iterated F-racing (irace) or sequential model-based optimization Variable selection with filters and wrappers Nested resampling of models with tuning and feature selection Cost-sensitive learning, threshold tuning and imbalance correction Wrapper mechanism to extend learner functionality in complex and custom ways Combine different processing steps to a complex data mining chain that can be jointly optimized OpenML connector for the Open Machine Learning server Extension points to integrate your own stuff Parallelization is built-in Unit-testing

Official Links