Marek Wydmuch
Marek Wydmuch
### New changes to the PLT reduction: 1) With `--probabilities` flag, `plt` reduction output now probabilities of predicted labels in a similar way to `multilabel_oaa` reduction, but the output is...
I also have some problems with passing code formatting tests, it looks like that `./utl/clang-format.sh docker fix` formats code in a way that does not pass in `lint.c++.clang-tidy` job.
@jackgerrits, @zwd-ms thank you for your comments and improvements, and sorry again for the long response time. > I noticed that there aren't any tests for the new --probabilities functionality....
@jackgerrits Thanks for fixing the warning. > I think both of these things are low priority and could be merged without (and/or fixed later), so if you'd rather just see...
Hi @sworddish, @mathias3, I plan to move extremeText to the new fastText code, but I will have time for at the end of June.
Hi @sworddish, thanks for reporting the bug, I will take a look
Hi @b-analyst! Thanks for opening the issue. The output format of the `predict` method is a list of lists, where each list corresponds to the row (example) in `X_test`. The...
Hi @shashankg7, the dataset format is fastText data format with few extension: ``` __label__ __label__ __label__ ``` It is possible to add weighting for each word by adding `-wordsWeights` option...
Closing, as this is addressed by #39.
Hi @kellyluck, thanks for the suggestion. It makes sense to have such option, I will add it later today :)