facebook / facebook/prophet

Removing logs of optimization in cross_validation

Open
#2,106 2 comments 0 reactions 0 assignees View on GitHub
enhancement py
Dominant language
Python
Stars
20.4k
Forks
4.6k
Avg merge
19h 52m
Merged PRs (30d)
1

Description

I am getting lots of logs while running the cross_validation using dask, Does anyone know a workaround for that thing?.
I tried to follow the solution from issue #223 , but I am unable to hide the log.

I was using this like this.

`with self.suppress_stdout_stderr():
df_cv = cross_validation(m, horizon='7 days', period='7 days', initial='500 days', parallel='dask')
`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.