[ ] If reticulate is not forced to use /home/marc/.local/share/r-miniconda/envs/mlr3keras/bin/python, it uses /home/marc/.local/share/r-miniconda/envs/r-reticulate/bin/python with python 3.6. Calling reticulate::use_condaenv("mlr3keras") does not change this behavior.
Application of mlr3keras from a user perspective. Work in progress.
README.md
- Links to learners do not work.README.md
-reticulate::conda_create()
is called withpython=3.8
butkeras::install_keras()
switches to python version 3.7LearnerClassifKerasFF$new()
starts installing keras and tensorflow again?Installation that works for me:
/home/marc/.local/share/r-miniconda/envs/mlr3keras/bin/python
, it uses/home/marc/.local/share/r-miniconda/envs/r-reticulate/bin/python
with python 3.6. Callingreticulate::use_condaenv("mlr3keras")
does not change this behavior.README.md
- Do not uselrn
as a variable name