midas_setup function

Manually set up Python connection

Manually set up Python connection

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.

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().

  • Maintainer: Thomas Robinson
  • License: Apache License (>= 2.0)
  • Last published: 2023-10-11