data-analysis
Here are 8,161 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
It seems the CRUD views (Charts and Dashboards) remember search filters in URL, but it does not allow using back and forward buttons to return to previous filters. This causes frustration when I searched something, didn't find I want, then clicked on the browser's "Back" button to return to previous list or to start a new search
There are some methods where boundary inputs are required.
e.g. pandas.Series.between has inclusive as True or False, no, 'left' or 'right'
e.g. pandas.date_range has closed {None, ‘left’, ‘right’}, optional
a proposed new method in Styler.highlight_between has inclusive as True or 'both', False or 'neither', 'left', 'right'.
It would be good to have a full list of boundary inclu
-
Updated
Mar 6, 2021 - Clojure
When you run a Streamlit app, you get a few messages printed on the terminal. In some extreme cases, you'll see these:
We should flip the order of the following CLI messages to:
- Welcome to Streamlit (...)
- For bette
-
Updated
Mar 6, 2021 - C
Is your feature request related to a problem? Please describe.
When working with a big piece of text, I sometimes scroll down and copy some text into another tab. When switching back to the first tab, both the input and the output pane is back on top. So I don't know where I was working just now.
Describe the solution you'd like
After tab switching, scroll position should be remembere
-
Updated
Feb 14, 2021 - JavaScript
To Reproduce
Steps to reproduce the behavior:
- Switch the language to another language than the default language of OpenRefine (English), e.g. German.
- Note that the captions for facet selection (most-left c
-
Updated
Feb 9, 2021 - Python
-
Updated
Mar 5, 2021 - Jupyter Notebook
Collection of follow-ups to #5827. These can/should be broken out into individual PRs. Many are relatively straightforward and would make a good first PR.
General
- Documentation (none was added in original PR).
- Release notes.
- Example notebook.
- Double-check how
sm.tsa.arima.ARIMAworks withfix_params(it should fail except when the fit method isstatespace
-
Updated
Mar 4, 2021 - Jupyter Notebook
-
Updated
Mar 2, 2021 - Python
-
Updated
Mar 6, 2021 - Java
-
Updated
Oct 15, 2020 - Jupyter Notebook
-
Updated
Mar 5, 2021 - Go
-
Updated
Jan 20, 2021 - Python
-
Updated
Jul 11, 2020 - Python
-
Updated
Mar 5, 2021 - R
-
Updated
Mar 6, 2021 - Go
The official instructions say to use joblib for pickling PyOD models.
This fails for AutoEncoders, or any other TensorFlow-backed model as far as I can tell. The error is:
>>> dump(model, 'model.joblib')
...
TypeError: can't pickle _thread.RLock objects
Note that it's not sufficient to save the underlying Keras S
-
Updated
May 8, 2018 - Jupyter Notebook
-
Updated
Mar 3, 2021 - JavaScript
-
Updated
Feb 6, 2020
-
Updated
Jan 28, 2021 - C++
-
Updated
Dec 28, 2020 - Python
https://igel.readthedocs.io/en/latest/_sources/readme.rst.txt includes a link to the assets/igel-help.gif, but that path is broken on readthedocs.
readme.rst is included as ../readme.rst in the sphinx build.
The gifs are in asses/igel-help.gif
The sphinx build needs to point to the asset directory, absolutely:
.. image:: /assets/igel-help.gif
I haven't made a patch, because I haven't
Improve this page
Add a description, image, and links to the data-analysis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-analysis topic, visit your repo's landing page and select "manage topics."

Most functions in
scipy.linalgfunctions (e.g.svd,qr,eig,eigh,pinv,pinv2...) have a default kwargcheck_finite=Truethat we typically leave to the default value in scikit-learn.As we already validate the input data for most estimators in scikit-learn, this check is redundant and can cause significant overhead, especially at predict / transform time. We should probably a