Skip to content

Commit

Permalink
Included lightautoml in frameworks_stable (#412)
Browse files Browse the repository at this point in the history
* Included lightautoml in frameworks_stable

* Added MLNet to frameworks_latest

* Added mlr3 to both stable and latest

* copy/paste fix
  • Loading branch information
eddiebergman authored Jun 1, 2023
1 parent 04295bf commit a024001
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
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
6 changes: 6 additions & 0 deletions resources/frameworks_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ mljarsupervised_compete:
params:
mode: Compete # set mode for Compete, default mode is Explain

MLNet:
version: 'latest'

MLPlan:
abstract: true
version: 'latest'
Expand All @@ -71,6 +74,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 @@ -42,6 +42,9 @@ GAMA:
H2OAutoML:
version: 'stable'

lightautoml:
version: 'stable'

hyperoptsklearn:
version: 'stable'

Expand All @@ -67,6 +70,9 @@ MLPlanWEKA:
params:
_backend: weka

mlr3automl:
version: 'stable'

oboe:
version: 'stable'

Expand Down

0 comments on commit a024001

Please sign in to comment.