etVERITAS

Results 14 comments of etVERITAS

@emilhe Yeah,it works when I replace URL to `https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_CHTML` in the https://github.com/jamiemcg/Remarkable/blob/master/remarkable/RemarkableWindow.py#L87 file in lines 87.

@xspkwy Does it work now?You can try to change the url in the file on line 87 on your computer.

@xspkwy In my system,the file is in "/usr/lib/python3/dist-packages/remarkable/RemarkableWindow.py".Did you modify it?

You can use MarkDownTOC for a title,but it has no effect in Chinese characters...

@treper Thanks for your suggestion, we're doing for distribution more fixed.

I think you miss the output information, if you change the `metric` to `auc`, you can see the `Test AUC` in console.

@wszhtc Sorry. I get it. The parameter of `metric` is for validation set or test set, and the `loss` is for the optimization procedure, for classification, it's cross entropy and...

@BastiaanBergman The DMatrix api for Python does not support ``out of core`` for now. It supports ``online learning``.

See more on https://xlearn-doc-cn.readthedocs.io/en/latest/cli_api/index.html#id2

Duplicate of #263