data-analysis
Here are 5,417 public repositories matching this topic...
In #26933, we made the capitalization of titles consistent. For example, a title used to be capitalized like, "This is the Section Title", and many of the titles in the pandas documentation was changed to a correct format, like "This is the section title".
In #31114, we made a script called scripts/validate_rst_title_capitalization.py that extracts all titles in the documentation, making s
When adding a new data store database in Metabase it tries to connect first with SSL (if the driver supports SSL), and then without, in that order. If either connection succeeds, the database details are accepted as valid. Yes, you can add driver specific JDBC options to use SSL, but there is no good feed
Hi there
I'm trying to parse this king of lines, from a python flask service whose log format is %(asctime)s [%(process)d] (%(levelname)s) (%(name)s): %(message)s
2020-02-10 13:58:38,594 [31383] (INFO) (flask.app): request: OPTIONS https://server_hostname/0.1/token/a_big_uuid {'Host': 'server_hostname', 'X-Script-Name': '/api/auth', 'X-Forwarded-For': 'an_IP_address', 'Connection': 'c
Is your feature request related to a problem? Please describe.
I'm copying text one tab into another to run it with another recipe. But when I change back to the first tab, the text I originally selected is no longer selected. It would be nice if this is remembered because when working with a wall of text, it's near impossible to figure out where I was.
This applies to both to input and th
Link to doc page in question (if any):
https://docs.streamlit.io/cli.html#view-all-config-options
Name of the Streamlit feature whose docs need improvement:
The documentation for configuring Streamlit through environment variables incorrectly states that the prefix is STREAMLIT_CONFIG_. Mentioned in streamlit/streamlit#477 (comment).
**Wha
Describe the bug
I'm trying to export with « Custom tabular exporter… » and choosing « Upload to -> A new Google spreadsheet », and in some rows, if a value is missing, then the cell value disapear and the cell on the right shift left.
To Reproduce
Steps to reproduce the behavior:
- « Custom tabular exporter… »
- choose « Upload to -> A new Google spreadsheet »
- See the result
-
Updated
Feb 26, 2020 - Python
Need to do some better handling of low-observation models in plot_diagnostics. These are models that shouldn't really be estimated, and we can't really make the plots work, but we shouldn't raise exceptions.
- Any dataset with less than 10 observations will raise an error computing the error autocorrelations:
mod = sm.tsa.statespace.SARIMAX(np.random.normal(size=10), order=(10, -
Updated
Mar 20, 2020 - Jupyter Notebook
-
Updated
Dec 2, 2019 - Jupyter Notebook
Page
https://docs.alluxio.io/os/user/edge/en/deploy/Running-Alluxio-On-Kubernetes.html
Summary
The K8s deployment instructions is missing documentation for:
- Configuring tiered storage w/ helm chart
- Deploying the fuse daemonset using the helm chart
The ask for this issue is to
- create an "Example: Tiered Storage" under the section https://docs.alluxio.io/os/user/edge/en/de
show_versions should report the installed joblib version.
-
Updated
Mar 3, 2020 - Python
I've been trying out knowledge-repo and came across multiple problems that seems to have resulted from following the old documentation on knowledge-repo.readthedocs.io. Looking through the issues it seems that several PRs modified the docs, but the changes didn't propagate yet to the documentation website. It might be a good idea to synchronize the two, so that new users can have a lower entrance
-
Updated
Mar 20, 2020 - Jupyter Notebook
-
Updated
Mar 16, 2020 - R
-
Updated
May 8, 2018 - Jupyter Notebook
How can i implement callback parameter in fit moder Autoencoder ?
There is not parameter.
from keras.callbacks.callbacks import EarlyStopping
cb_earlystop = EarlyStopping(monitor='val_loss', min_delta=0, patience=0, verbose=0,
mode='auto', baseline=None, restore_best_weights=False)
pyod_model.fit(scaler, callbacks=[cb_earlystop])
TypeError: fi
-
Updated
Mar 20, 2020 - JavaScript
Following #68 that would be very nice to have extra information in the model. Maybe I could find it but I do see that in the documentation:
- Recovering the early stopping epoch number
- Recovering the cross validation test and train losses / metrics
- Recovering eval_set losses / metrics
- Be able to pass a path to a libffm data format
-
Updated
Mar 20, 2020
the space between two plots in a facet plot is not large enough for the tick values. Hence the values overlap with the left adjacent figure (please see screenshot).
I use the command:
p9.facet_wrap(facets = 'currency', nrow=2, scales='free_y', shrink=True)
with plotnine 0.6 w
Use mvn release:prepare to build the docs and copy them to the /docs directory
I suggest keeping the README short and to the point: badges showing status etc. of the package, what is the purpose of the package, how to install, 1-2 basic code examples, and contributing information.
More examples, function API docs, and detailed descriptions can be moved to the docs site.
I also suggest adding a gallery to the docs, [similar to Seaborn](https://seaborn.pydata.org/example
MSSQL Storage
Hi there,
Very interesting tools. Thank you in advance.
I see that MSSQL is not in the roadmap.
How could it be implemented? Adding a dedicated datastore would be enough?
I could eventually help in the process
I'm using Tad Version 0.8.5 (0.8.5) on MacOS 10.13.4.
Tad doesn't appear to respond to the system shortcut to hide the current window (Cmd-H). I think it should for parity with other native MacOS apps.
-
Updated
Apr 18, 2016 - Jupyter Notebook
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."

Sister issue for #16703 (
OrdinalEncoder)Code to reproduce
Observed result
Got: TypeError: '<' not supported between instances of 'str' and 'NoneType'
Full traceback: