HyperTS icon indicating copy to clipboard operation
HyperTS copied to clipboard

怎样查看所选择的算法,以及算法的具体模型参数?

Open hello-the-vsworld opened this issue 2 years ago • 1 comments

当model = experiment.run()后,会给予我一个相对最好的算法,我怎么知道这个算法的具体名称和其训练的模型参数,例如其权重、偏置是什么样的呢?我又来提问题来了

hello-the-vsworld avatar Aug 03 '23 02:08 hello-the-vsworld

image 可以从model里取estimater.

zhangxjohn avatar Aug 03 '23 05:08 zhangxjohn