Found 29 repositories(showing 29)
openml
R package to interface with OpenML
mbillingr
A rust interface to http://openml.org/
feedzai
Implementations for Feedzai's OpenML APIs to allow for usage of machine learning models in the R programming language.
RaphaelCouronne
Comparison of Logistic Regression and Random Forest performances on OpenML Datasets
openml
RapidMiner plugin
ML-Schema
Integrating OpenML with Linked Data.
larskotthoff
No description available
cran
:exclamation: This is a read-only mirror of the CRAN R package repository. OpenML — Open Machine Learning and Open Data Platform. Homepage: https://github.com/openml/openml-r Report bugs for this package: https://github.com/openml/openml-r/issues
nodechef
For integration C++ API
PavanKumarPerugu
OpenML Regression Bot Website
PhilippPro
Paper for the description of the OpenML R-Bot
marmot-protocol
An implementation of the OpenMLS storage traits using Redb embedded database
simaozuzarte
R implementation of an enhanced Random Forest with adaptive sampling for imbalanced classification.
orgTestCodacy11KRepos110MB
No description available
fabulousjeong
OPENML Deep Reinforcement Learning
PavanKumarPerugu
No description available
chamoda-uney
No description available
Taniya-Das
Reproduce openml experiments on REANA
orgTestCodacy11KRepos110MB
No description available
NunolacombaRebelo
No description available
thierrymoudiki
OpenML CC18 reduced
prototypefund
No description available
CesarDomingoHernandezEsperilla
1599 instances - 12 features - 6 classes - 0 missing values
aosp-mirror-neo
Bug: 306906961
aosp-mirror-neo
Bug: 306902928
SharathKumarReddyAlijarla
No description available
AlexPadi
K-MeansBA: A clustering algorithm with size constraints optimized using the Bat Algorithm, implemented in R and evaluated on 100+ OpenML datasets.
cran
:exclamation: This is a read-only mirror of the CRAN R package repository. mlr3oml — Connector Between 'mlr3' and 'OpenML'. Homepage: https://mlr3oml.mlr-org.com, https://github.com/mlr-org/mlr3oml Report bugs for this package: https://github.com/mlr-org/mlr3oml/issues
Nonikika
#KOODINGAN DATASET : THE MNIST DATABASE OF HANDWRITTEN DIGITS from sklearn.datasets import fetch_openml X, y = fetch_openml('mnist_784', data_home='./dataset/mnist', return_X_y=True) X.shape (70000, 784) import matplotlib.pyplot as plt import matplotib.cm as cm pos = 1 for data in x[:8]: plt.subplot((1, 8, pos) plt.imshow((data.reshape((28, 28)); cmap=cm.Greys_r) plt.axis('off') pos += 1 plt.show() y[:8] # X_train = X[60000:] # X_train = y[60000:] # X_test = X[:60000] # X_test = y[:60000] X_train = x[:1000] y_train = y[:1000] X_test = X[69000:] y_test = y[69000:]
All 29 repositories loaded