Results 4 comments of Chaofan Zhai

> Do you have any example of using Hyperopt and DeepCTR together? Thank you, Alibugra!

> That is great! Thank you so much!

> 我记得金山词霸的 api 有 audio 接口,不过我上一次用是好几年前了,现在如何未知。 你可以自己分析各种词典的 api ,获取 audio 的 url; > > 另,很多 mdx 离线词典带 audio,你可以解出 mp3 来。 多谢多谢

or how to add a sklearn metric into def _get_metrics(self, metrics, set_eps=False): metrics_ = {} if metrics: for metric in metrics: if metric == "binary_crossentropy" or metric == "logloss": if...