Roman Yurchak
Roman Yurchak
Thanks for sharing this package and writing the paper. It would be nice if this package also supported binary multi-label classification problems. What would be the best way to aggregate...
Currently postal codes are merged from two sources in [`backend/apps/mapview/make_plz_json_script.py`](https://github.com/helping-health/match4healthcare/blob/82738940e4985602e3b255e01759edeba2cf3cfc/backend/apps/mapview/make_plz_json_script.py). I suppose some of this script could be simplified if pgeocode supported user defined datasets for missing entries (related https://github.com/symerio/pgeocode/issues/13)....
Nice work on this package @idc9 ! In case you are looking for feedback, here are a few ideas for improvement that I noticed as a casual reader, - it...
Thanks for this package! Just wanted to report that it was not very clear under what key section should https://github.com/ofek/hatch-vcs#version-source-options go. Tried to put them under, ``` [tool.hatch.version.raw-options] ``` with...
I personally like the name, but it's rather impossible to search for it. For instance, pyodide-http in google does not produce the Github repo page at all (same with Bing)....
Related to the discussion in https://github.com/robertknight/ocrs/issues/43 this adds a script to evaluate on the SROIE 2019 dataset (scanned recipes). I wanted to do end-to-end eval, and needed the executable, so...
Thanks for creating this package! As discussed in https://github.com/robertknight/ocrs/issues/14 it would be nice to add some evaluation benchmarks. And maybe optionally compare with tesseract or some other reference open source...
Now in https://github.com/pyodide/pytest-pyodide/pull/80 (that just updates linting) we start to see the issue about picklability of InternalError. I think this is likely related to changes in pyodide 0.23.0 @hoodmane for...
Do we need standalone docs for this repo (similar to https://github.com/pyodide/micropip/pull/29) exposed say as `pytest-pyodide.pyodide.org`. Or do we anticipate the API to be small enough so that just the Github...
In https://github.com/pyodide/pyodide/pull/3202#issuecomment-1289408147 @hoodmane raised a good question, > How about changing pytest_pyodide to monkey patch JsException? I think this change looks weird. If we're going to have a class with...