Daniil Yefimov

Results 7 issues of Daniil Yefimov

Hello dear evidently Team! I would like to request the possibility to add TestF1Score by class option, if it possible. This is done for Precision and Recall already, but not...

In evidently/features/OOV_words_percentage_feature.py you have a bug in oov_share calculation; If a length of a string is zero or None you will get an error: ``` File /usr/local/lib/python3.8/dist-packages/evidently/test_suite/test_suite.py:104, in TestSuite.run(self, reference_data,...

bug

Unfortunately, the issue with "index out of ranged" is not fixed: ``` if only_nouns: 247 # workaround to prevent unwanted behaviour (only nouns are eligible) --> 248 results[0] = results[0][0].upper()...

During the execution of the `html.render()` function (which downloads Chromium) I got the following error: ``` ite-packages\pyppeteer\chromium_downloader.py", line 82, in download_zip raise OSError(f'Chromium downloadable not found at {url}: ' f'Received...

I got the following error after executing soda scan command: ``` soda_sql soda scan warehouse.yml tables/table_name.yml | 2.1.3 | Scanning tables/some_table.yml ... | There is no value specified for valid_values...

bug
soda-sql

When I start soda analyze command I got the following error message: ``` SELECT COUNT(CASE WHEN case regexp '^\\\-?[0-9]+$' THEN 1 END) AS number_whole, .... FROM (SELECT * FROM table_name...

bug
soda-sql

### Environment * How do you deploy Kubeflow Pipelines (KFP)? Locally, in minikube (version 1.16), docker version 24.0.6 * KFP version: 2.1.0 * KFP SDK version: 2.8.0 ### Steps to...

kind/bug