Kento Nozawa

Results 229 comments of Kento Nozawa

Thank you for your comment! Would you check issue #11 ? Is it ok?

Note that the next scipy drops __python 3.7__. Python 3.6 has already been dropped. I think numpy is the same. - ref: https://github.com/scipy/scipy/blob/master/setup.py#L30-L31. - https://numpy.org/neps/nep-0029-deprecation_policy.html --- ## Third-party libraries -...

To show the warming message, optuna can only use returned value. However, returning `nan` value as an objective value depends on the definition of `objective` function that users define. For...

Sorry, your suggestion was to print params, not giving the reason. In that case, it sounds useful, indeed.

hi @eromoe Since core dev members are busy preparing to release the forthcoming optuna 3.0 for a while, could you create a prototype PR? I think we do not need...

Let me close this issue since #3857 has resolved this issue.

@HideakiImamura Thank you for your suggestions. I've fixed them.

Note that I will not be able to work on this PR (more specifically, the whole Optuna development) until the end of this month at least. So please feel free...

@contramundum53 Thank you for your constructive suggestions. I've updated the PR by introducing all suggested changes as in cf393b9.