Skip to content

Commit a8b97fe

Browse files
author
ercbk
committed
edited comments in py-raschka
1 parent 90436a4 commit a8b97fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

duration-experiment/raschka/nested-cv-py-raschka.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
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.
@@ -49,7 +49,7 @@
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
@@ -278,6 +278,6 @@
278278
pb.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')

0 commit comments

Comments
 (0)