Danil Zherebtsov
Danil Zherebtsov
**Describe the bug** When adding an argument to the ProfileReport without changing the contents of config_default.yaml, the resulting report produces much less warnings. P.S. I want to change the config_default.yaml...
forex_python returns incorrect exchange rates for some dates ``` # example import pandas as pd df = pd.DataFrame({'date': ['2011-08-01 02:12:55', '2011-08-23 03:14:11', '2011-08-27 14:11:51', '2011-09-01 06:33:21', '2011-09-05 23:15:11', '2011-09-06 21:19:52',...
Questions: 1. model.predict() includes argument k, what does it configure? 2. model.predict() returns values 'speech' & 'skip', what do they mean? 3. model.predict() returns 'positive', 'negative', 'neutral', how to get...
I have tried all the documents, forums and stack overflow articles. polyglot installs without any problems I have tried multiple options of installing pyicu (pip, source, through icu4c). In all...
Say I want to use any of the RuSentiment models from this link: https://disk.yandex.ru/d/Xp5vLG_5xCQL-Q/RuSentiment - What type of data transformation (for prediction) is necessary? - Which model class should I...