File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
duration-experiment/raschka Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3535###################################
3636
3737
38- # If in RStudio or using reticulate::source_python, necessary in order
38+ # If running with reticulate::repl_python or using reticulate::source_python, necessary in order
3939# to run in parallel.
4040# Should be ran before other modules imported.
4141# Updates executable path in sys module.
4949# multiprocessing.set_executable(exe)
5050
5151
52- # If in RStudio or using reticulate::source_python, necessary in order
52+ # If running with reticulate::repl_python or using reticulate::source_python, necessary in order
5353# start MLflow's server
5454# import subprocess
5555# import time
278278pb .push_note ("Nested CV script finished" , msg )
279279
280280
281- # only necessary if running in RStudio or using reticulate::source_python
281+ # only necessary if running with reticulate::repl_python or using reticulate::source_python
282282# MLflow uses waitress for Windows. Killing it also kills mlflow.exe, python.exe, console window host processes
283283# os.system('taskkill /f /im waitress-serve.exe')
You can’t perform that action at this time.
0 commit comments