Roman Yurchak
Roman Yurchak
Some documentation and a few examples would be quite useful for new users.
Given that there hasn't been much activity in this repository for several years and the open PRs ( #3 , #2) weren't merged, just to let you know that I...
Currently `Pipeline` doesn't support the `sample_weight` fit param. It fails with, ``` ValueError: Pipeline.fit does not accept the sample_weights parameter. You can pass parameters to specific steps of your pipeline...
Thanks for this plugin! When I run `MarkdownPreview` on a `.md` in neovim v0.3.4 nothing happens for me after I install this plugin and I'm not sure how to debug...
It could be useful to upload spotlight to PyPi, particularly since it's a pure Python package, and besides installing the PyTorch dependency, there is no advantage in installing it from...
As requested in https://github.com/iodide-project/pyodide/pull/618 there is interest in adding llvmlite to support nubma. Personally, I'm somewhat dubious this would work without major effort, as essentially it's not that far from...
We should add documentation about how to use [micropip.freeze](https://pyodide.org/en/latest/usage/api/micropip-api.html?micropip.freeze) to https://pyodide.org/en/latest/usage/loading-packages.html#micropip. Also its docstring states, > Loading packages with [pyodide.loadPackage](https://pyodide.org/en/latest/usage/api/js-api.html#pyodide.loadPackage) is much faster and you will always get consistent versions...
As mentioned by @hoodmane in https://github.com/pyodide/pyodide/discussions/2930#discussioncomment-3316181 > Is there an issue open about lzma? What is our position on it again? That we want it but there is no emscripten...
So currently we have the `pyodide` CLI entry point (defined in pyodide-build) and the `pyodide-build` entry point (also defined in pyodide-build). I think ideally we want a single `pyodide` CLI...
I have been reading https://pythontips.com/2019/05/22/running-python-in-the-browser/ which does a nice comparison on tools to run python in the browser. The main downside mentioned for pyodide there was the size of downloads....