All Projects → openml → Openml R

openml / Openml R

Licence: other
R package to interface with OpenML

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Openml R

Php Ml
PHP-ML - Machine Learning library for PHP
Stars: ✭ 7,900 (+9653.09%)
Mutual labels:  data-science, dataset, classification, machine-learning-algorithms, regression
Fma
FMA: A Dataset For Music Analysis
Stars: ✭ 1,391 (+1617.28%)
Mutual labels:  open-data, jupyter-notebook, dataset, reproducible-research, open-science
Machine Learning With Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Stars: ✭ 2,197 (+2612.35%)
Mutual labels:  jupyter-notebook, data-science, statistics, classification, regression
Machine Learning From Scratch
Succinct Machine Learning algorithm implementations from scratch in Python, solving real-world problems (Notebooks and Book). Examples of Logistic Regression, Linear Regression, Decision Trees, K-means clustering, Sentiment Analysis, Recommender Systems, Neural Networks and Reinforcement Learning.
Stars: ✭ 42 (-48.15%)
Mutual labels:  jupyter-notebook, data-science, classification, machine-learning-algorithms, regression
Interactive machine learning
IPython widgets, interactive plots, interactive machine learning
Stars: ✭ 140 (+72.84%)
Mutual labels:  jupyter-notebook, data-science, statistics, classification, regression
Mlj.jl
A Julia machine learning framework
Stars: ✭ 982 (+1112.35%)
Mutual labels:  jupyter-notebook, data-science, statistics, classification, regression
Mlr
Machine Learning in R
Stars: ✭ 1,542 (+1803.7%)
Mutual labels:  data-science, statistics, classification, cran, regression
Uci Ml Api
Simple API for UCI Machine Learning Dataset Repository (search, download, analyze)
Stars: ✭ 190 (+134.57%)
Mutual labels:  data-science, statistics, classification, regression
Ml Dl Scripts
The repository provides usefull python scripts for ML and data analysis
Stars: ✭ 119 (+46.91%)
Mutual labels:  jupyter-notebook, statistics, classification, machine-learning-algorithms
Codesearchnet
Datasets, tools, and benchmarks for representation learning of code.
Stars: ✭ 1,378 (+1601.23%)
Mutual labels:  open-data, jupyter-notebook, data-science, datasets
25daysinmachinelearning
I will update this repository to learn Machine learning with python with statistics content and materials
Stars: ✭ 53 (-34.57%)
Mutual labels:  jupyter-notebook, data-science, statistics, machine-learning-algorithms
Data Science Toolkit
Collection of stats, modeling, and data science tools in Python and R.
Stars: ✭ 169 (+108.64%)
Mutual labels:  data-science, statistics, classification, regression
Datasets For Recommender Systems
This is a repository of a topic-centric public data sources in high quality for Recommender Systems (RS)
Stars: ✭ 564 (+596.3%)
Mutual labels:  jupyter-notebook, data-science, datasets, database
Pycaret
An open-source, low-code machine learning library in Python
Stars: ✭ 4,594 (+5571.6%)
Mutual labels:  jupyter-notebook, data-science, regression, classification
Smile
Statistical Machine Intelligence & Learning Engine
Stars: ✭ 5,412 (+6581.48%)
Mutual labels:  data-science, statistics, classification, regression
Deep learning projects
Stars: ✭ 28 (-65.43%)
Mutual labels:  jupyter-notebook, dataset, database, regression
Notebooks Statistics And Machinelearning
Jupyter Notebooks from the old UnsupervisedLearning.com (RIP) machine learning and statistics blog
Stars: ✭ 270 (+233.33%)
Mutual labels:  jupyter-notebook, data-science, statistics, machine-learning-algorithms
Bayesian Neural Networks
Pytorch implementations of Bayes By Backprop, MC Dropout, SGLD, the Local Reparametrization Trick, KF-Laplace, SG-HMC and more
Stars: ✭ 900 (+1011.11%)
Mutual labels:  jupyter-notebook, classification, reproducible-research, regression
Metriculous
Measure and visualize machine learning model performance without the usual boilerplate.
Stars: ✭ 71 (-12.35%)
Mutual labels:  data-science, statistics, classification, regression
Hyperlearn
50% faster, 50% less RAM Machine Learning. Numba rewritten Sklearn. SVD, NNMF, PCA, LinearReg, RidgeReg, Randomized, Truncated SVD/PCA, CSR Matrices all 50+% faster
Stars: ✭ 1,204 (+1386.42%)
Mutual labels:  jupyter-notebook, data-science, statistics

R interface to OpenML.org

License Rdoc CRAN Status Badge Build Status CRAN Downloads codecov

OpenML.org is an online machine learning platform where researchers can access open data, download and upload data sets, share their machine learning tasks and experiments and organize them online to work and collaborate with other researchers. The R interface allows to query for data sets with specific properties, and allows the downloading and uploading of data sets, tasks, flows and runs.

For more information, have a look at our

How to cite

To cite the OpenML R package in publications, please use our paper entitled OpenML: An R Package to Connect to the Machine Learning Platform OpenML [BibTex]

See also here how to cite the OpenML project itself.

Installation of the package

  • Install the stable version from CRAN
install.packages("OpenML")

or

  • Install the development version from GitHub (using devtools)
devtools::install_github("openml/openml-r")

Furthermore, you need farff installed to process ARFF files:

install.packages("farff")

Alternatively you can make use of the RWeka R package to process ARFF files. However, in particular for larger ARFF files, farff is considerably faster than RWeka.

Contact

Found some nasty bugs? Please use the issue tracker to report on bugs or missing features. Pay attention to explain the problem as good as possible (in the best case with a traceback() result and a sessionInfo()). Moreover, a reproducible example is desirable.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].