Alexander Yalunin

Results 4 issues of Alexander Yalunin

I calculate rouge with ``` from datasets import load_metric rouge = load_metric("rouge") rouge_output = rouge.compute(predictions=['тест тест привет'], references=['тест тест пока'], rouge_types=[ "rouge2"])["rouge2"].mid print(rouge_output) ``` the result is `Score(precision=0.0, recall=0.0, fmeasure=0.0)`...

Metric discussion

I try to download the pretrained model on pytorch at https://github.com/fhaghighi/SemanticGenesis/tree/master/pytorch#2-download-the-pre-trained-semantic-genesis but the link leads to github repo.

Hi, I was comparing the code of your previous [work](https://github.com/fhaghighi/SemanticGenesis/) with the code of this repo, I haven't found any difference except of renaming, do I miss something?

Problem: I have a dataset with target labels 1,2,3,4. Trying to train catboost with logloss (binary classification) on scala spark with targetBorder=2.5 and categoriсal features I get this error `ai.catboost.CatBoostError:...

need info
Spark