Task
Supervised Regression on baseball-hitter

Supervised Regression on baseball-hitter

Task 5154 Supervised Regression baseball-hitter 0 runs submitted
0 likes downloaded by 0 people , 0 total downloads 0 issues
Visibility: Public
Issue #Downvotes for this reason By


Metric:

0 Runs

Fetching data
Fetching data
Metric:

Timeline

Plotting contribution timeline

Leaderboard

Rank Name Top Score Entries Highest rank

Note: The leaderboard ignores resubmissions of previous solutions, as well as parameter variations that do not improve performance.

Challenge

Given a dataset with a numeric target and a set of train/test splits, e.g. generated by a cross-validation procedure, train a model and return the predictions of that model.

Given inputs

estimation_procedure 10 times 10-fold Crossvalidation
evaluation_measures mean_absolute_error
source_data baseball-hitter (1)
target_feature 1987_annual_salary_on_opening_day_in_thousands_of_dollars

Expected outputs

evaluations A list of user-defined evaluations of the task as key-value pairs. KeyValue (optional)
model A file containing the model built on all the input data. File (optional)
predictions The desired output format Predictions (optional)

How to submit runs

Using your favorite machine learning environment

Download this task directly in your environment and automatically upload your results

OpenML bootcamp

From your own software

Use one of our APIs to download data from OpenML and upload your results

OpenML APIs