Skip to content

Commit 7304baf

Browse files
committed
update vignette
1 parent a212b2d commit 7304baf

File tree

4 files changed

+139
-122
lines changed

4 files changed

+139
-122
lines changed

todo/OpenML.Rmd

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ The resulting `data.frame` contains the following information for each of the li
198198
* the data set ID `data.id`
199199
* the `status` (`"active"`, `"in_preparation"` or `"deactivated"`) of the data set
200200
* the `name` of the data set
201-
* the size of the majority / biggest class (`MajorityClassSize`)
201+
* the size of the majority / biggest class (`majority.class.size`)
202202
* etc.
203203

204204
```{r}
@@ -270,7 +270,7 @@ head(runs)
270270
271271
# one of the IDs (here: task.id) must be supplied
272272
run.results = listOMLRunEvaluations(task.id = 59L)
273-
head(run.results)
273+
str(run.results)
274274
```
275275

276276
### List evaluation measures and task types
@@ -331,10 +331,7 @@ Single OpenML runs can be downloaded with the function `getOMLRun`:
331331
task.list = listOMLRuns(task.id = 59L)
332332
task.list[281:285, ]
333333
run = getOMLRun(run.id = 524027L)
334-
<<<<<<< HEAD:vignettes/OpenML.Rmd
335-
=======
336334
run
337-
>>>>>>> 8bfb7b8ac318ad4e8c21ad618c16d6fb10084b09:todo/OpenML.Rmd
338335
```
339336
Each `OMLRun` object is a list object, which stores additional information on the run. For instance, the flow of the previously downloaded run has some non-default settings for hyperparameters, which can be obtained by:
340337
```{r eval=TRUE}

0 commit comments

Comments
 (0)