Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frameworks/mlr3automl/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fi

. $HERE/../shared/setup.sh "$HERE"
if [[ -x "$(command -v apt-get)" ]]; then
SUDO apt-get update
SUDO apt-get update
SUDO apt-get install -y software-properties-common dirmngr
SUDO apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
SUDO add-apt-repository "deb https://cloud.r-project.org/bin/linux/ubuntu $(lsb_release -cs)-cran40/"
Expand Down
4 changes: 2 additions & 2 deletions resources/frameworks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,12 @@ mljarsupervised_compete:
description: "MLJAR is using 'Compete' mode to provide the most accurate predictor"
params:
mode: Compete # set mode for Compete, default mode is Explain

MLNet:
version: 'latest'
description: |
MLNET.CLI is a automated machine learning tool implemented by ml.net.

MLPlan:
version: 'stable'
abstract: true
Expand Down
6 changes: 6 additions & 0 deletions resources/frameworks_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ mljarsupervised_compete:
params:
mode: Compete # set mode for Compete, default mode is Explain

MLNet:
version: 'latest'

MLPlan:
abstract: true
version: 'latest'
Expand All @@ -64,6 +67,9 @@ MLPlanWEKA:
params:
_backend: weka

mlr3automl:
version: 'latest'

oboe:
version: 'latest'

Expand Down
6 changes: 6 additions & 0 deletions resources/frameworks_stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ GAMA:
H2OAutoML:
version: 'stable'

lightautoml:
version: 'stable'

hyperoptsklearn:
version: 'stable'

Expand All @@ -60,6 +63,9 @@ MLPlanWEKA:
params:
_backend: weka

mlr3automl:
version: 'stable'

oboe:
version: 'stable'

Expand Down