I really love this implementation.
The most intriguing part to me is your monitorcv to visualize the cross-validation. It could help a lot during training.
In the code, I found it could show up-to-40 results with different host names, but my computer has only one hostname (using python gethostname).
I bet it's my lack of related knowledge.
I guess we could run on separate hosts (with different parameters or models) using the same computer, right?
Could you please give some instructions on how to do so?
Hi Andrej,
I really love this implementation. The most intriguing part to me is your monitorcv to visualize the cross-validation. It could help a lot during training.
In the code, I found it could show up-to-40 results with different host names, but my computer has only one hostname (using python gethostname). I bet it's my lack of related knowledge. I guess we could run on separate hosts (with different parameters or models) using the same computer, right?
Could you please give some instructions on how to do so?
Thank you so much. Best, -Ethan