data-analysis
Here are 5,949 public repositories matching this topic...
Location of the documentation
https://pandas.pydata.org/docs/development/code_style.html
https://pandas.pydata.org/pandas-docs/stable/development/contributing.html#code-standards
Documentation problem
Most of the documentation for the coding style guidelines is limited and in multiple locations. Much of the coding style is in a script.
Suggested fix for documentation
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
Describe the bug
The input field to create a project from a URL does not trim its input when validating it.
To Reproduce
Steps to reproduce the behavior:
- Go to 'Create Project' -> 'Web Addresses (URL)'
- Paste " http://api.worldbank.org/countries/all/indicators/SP.POP.TOTL?date=2000:2001" with the leading whitespac
-
Updated
May 12, 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
May 19, 2020 - Jupyter Notebook
-
Updated
May 2, 2020 - Jupyter Notebook
Page
https://docs.alluxio.io/os/user/stable/en/deploy/Running-Alluxio-On-Docker.html
Summary
Two environment variables are not documented, and have negative impact when running Alluxio purely as a local disk cache via docker containers.
- ALLUXIO_WORKER_TIEREDSTORE_LEVEL0_DIRS_PATH
- ALLUXIO_RAM_FOLDER
If neither of these environment variables is set, and the docker container i
Description
Calling fit method of Pipeline object throws an expection: UnboundLocalError: local variable 'cloned_transformer' referenced before assignment
, when the memory
argument is passed an argument. Therfore I am unable to cache any transformers (especially during hyperparameter tuning using a Pipeline object.
Steps/Code to Reproduce
Example:
from imblearn.pipel
Based on this: https://pachyderm-users.slack.com/archives/GJSKMC0F6/p1588199373044100
Add a list of ports that need to be exposed to the outside world to make Pachyderm accessible.
With the addition of OIDC support in 1.11 another port will be likely be added to this list.
-
Updated
May 6, 2020 - Python
-
Updated
Apr 25, 2020 - Jupyter Notebook
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
May 9, 2020 - R
-
Updated
May 8, 2018 - Jupyter Notebook
I'm using latest pyod version on pypi. How to generate simulated data where x-axis is time? Thank you.
-
Updated
May 20, 2020 - JavaScript
I don't know what went wrong.When I enter "./xlearn_train ./small_train.txt", it comes up "[ WARNING ] Validation file not found, xLearn has already disable early-stopping."
-
Updated
May 19, 2020
-
Updated
Feb 10, 2020 - Python
Greetings,
I was just looking to refresh myself on the keywords to geom_historgram
, reading this page. I realized that to find args like bins
and binwidth
, I need to look at the stat documentation, not geom_histogram
:
stat: str or stat, optional (default: [bin](https://docs.python.org/3/librar
Hi again,
a second issue I ran into is related to the userguide:
The example for Grouping on calculated columns regarding binning doesn't compile in v0.37.3 and apart from that doesn't lead to a reasonable result, as far as I see.
- Compilation isn't possible, as bin() returns a DoubleColumn (even if c
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
May 20, 2020 - 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."
Not sure when this happened but i love the new left-hand side navigation https://scikit-learn.org/dev/user_guide.html
(@adrinjalali did this maybe?)

However, when clicking the different entries, the result is inconsistent. For some, it shows a TOC that expands the existing toc with m