midas_setup: Manually set up Python connection

View source: R/setup.R

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


rMIDAS documentation built on Oct. 11, 2023, 5:14 p.m.