data-analysis
Here are 8,290 public repositories matching this topic...
Currently the tabs on SQL Lab queries show green circle when a query is running as well as when a query has successfully finished.
The green circles for "query running" and "query completed" could be made more distinct - different color, or having the "query running" circle be hollow, and the "query completed" one filled in. This would enable users, who might go to SQL Lab and trigger few quer
Currently Styler.clear() will clear the styles built up with the apply aaplymap and where method. It will clear class from the set_td_classes method and it will clear tooltips set with set_tooltips.
It does not clear table styles, and it does not clear formats. It does not reset hidden index or hidden columns.
Thoughts and PR into what this should do and how it should it be docum
-
Updated
Mar 23, 2021 - Clojure
This bug is actually caused by #2989, but I'm filing it separately as fixing #2989 may end up being a few days worth of effort while a small workaround to fix this apparently incorrect behavior (that's just a bandaid until the real issue is fixed) would likely only take a couple hours.
What happens here is that a file calls config.get_option on import, causing config files to be parsed, then wh
-
Updated
Mar 19, 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
Configure a reconciliation service that returns URIs as IDs.
Hovering over reconciliation suggestions, automatically matched values and manually mapped values will fail to retrieve the preview information as ID contained in the callback is truncated.
-
Updated
Feb 9, 2021 - Python
-
Updated
Mar 22, 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 20, 2021 - Jupyter Notebook
In some figure, the axis name is cropped. We should probably used tight_layout explicitly:
-
Updated
Mar 23, 2021 - Java
-
Updated
Oct 15, 2020 - Jupyter Notebook
-
Updated
Mar 23, 2021 - Go
-
Updated
Mar 12, 2021 - Python
-
Updated
Jul 11, 2020 - Python
-
Updated
Mar 5, 2021 - R
-
Updated
Mar 22, 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 23, 2021 - JavaScript
-
Updated
Feb 6, 2020
-
Updated
Jan 28, 2021 - C++
-
Updated
Dec 28, 2020 - Python
-
Updated
Mar 21, 2021 - Python
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."
It appears that the docs for Logistic Regression differ based on solvers and penalties. The "penalty" parameter states that "The ‘newton-cg’, ‘sag’ and ‘lbfgs’ solvers support only l2 penalties," while the "solver" parameter states that "‘newton-cg’, ‘lbfgs’, ‘sag’ and ‘saga’ handle L2 or no penalty" (attaching some screenshots). This was actually a little unclear to me, as I wasn't sure if the n