midas_setup {rMIDAS} | R Documentation |
Manually set up Python connection
Description
This function allows users to initialise a custom Python configuration to run MIDAS, having manually set a Python version using reticulate::use_python
, reticulate::use_virtualenv
, reticulate::use_condaenv
, or reticulate::use_miniconda
.
Usage
midas_setup()
Note
This function is primarily for users who wish to have complete control over configuring Python versions and environments.
This function call is not required if users either use the rMIDAS::set_python_env()
function or leave settings at their default.
If users set a custom binary/environment, this must be completed prior to the first call to either train()
or complete()
.
[Package rMIDAS version 1.0.0 Index]