Skip to content

Commit

Permalink
use tsk instead of mlr_tasks$get()
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s committed Jan 15, 2020
1 parent 370c735 commit 34bf45e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ Currently, the following ones are implemented:

## Spatial tasks

| Name | Code | Type |
| --- | --- | --- |
| ecuador | `mlr_tasks$get("ecuador")` | Classif |
| diplodia | `mlr_tasks$get("diplodia")` | Classif |
| Name | Code | Type |
| --- | --- | --- |
| ecuador | `tsk("ecuador")` | Classif |
| diplodia | `tsk("diplodia")` | Classif |

## Visualization

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ Currently, the following ones are implemented:

## Spatial tasks

| Name | Code | Type |
| -------- | --------------------------- | ------- |
| ecuador | `mlr_tasks$get("ecuador")` | Classif |
| diplodia | `mlr_tasks$get("diplodia")` | Classif |
| Name | Code | Type |
| -------- | ----------------- | ------- |
| ecuador | `tsk("ecuador")` | Classif |
| diplodia | `tsk("diplodia")` | Classif |

## Visualization

Expand Down

0 comments on commit 34bf45e

Please sign in to comment.