Sugato Ray
Sugato Ray
Here is an example: The docstring gets chopped on the right side. Some form of text-wrapping is necessary. 
The PyPI source does not have any license file. Please include it in the source distribution. Also, please consider dropping `tests` from the source distribution. ## What you need Include...
None of the sample code snippets has a visible output on the README file. Please update the outputs and make the sample outputs available as they were before. `#bug` 
It is often necessary to share the model(s) with a user, the management, give a demo, etc. while only focusing on the functionality of the model(s) and keeping the code...
How to use DownGit generated URL with `wget` or `curl`? Since the url does not have any file extension, it creates an `index.html` file. Also, is there any way that...
## Description `whylogs` has a dependency: `whylogs-sketches`. When you try accessing the code repository of `whylogs-sketches` on PyPI (https://pypi.org/project/whylogs-sketching), it points to the following repository, which DOES NOT EXIST or...
A conda installation option could be very helpful. I have already started working on this, to add `xai` to conda-forge. Conda-forge PR: - https://github.com/conda-forge/staged-recipes/pull/17601 Once the conda-forge PR is merged,...
Please see here on how to activate the Discussions tab on GitHub. - https://docs.github.com/en/discussions/quickstart#enabling-github-discussions-on-your-repository This allows one to raise a query (but not a GitHub issue) in a discussion. If...
The code in `jinja_context.py:load_setup_py_data()` was hard coded and not showing the user provided `setup_file` parameter, in the event of `ImportError` + `permit_undefined_jinja=True`. This PR fixes that. **A summary of what...
Please add some documentation with at least a few figures and a quick GIF demo to make it clear, what is required to use this vscode extension and how to...