Skip to content
#

data-analysis

Here are 5,417 public repositories matching this topic...

tonywu1999
tonywu1999 commented Mar 9, 2020

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

rgarrigue
rgarrigue commented Feb 10, 2020

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
Christilut
Christilut commented Nov 6, 2019

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

antoine2711
antoine2711 commented Feb 9, 2020

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:

  1. « Custom tabular exporter… »
  2. choose « Upload to -> A new Google spreadsheet »
  3. See the result
ChadFulton
ChadFulton commented Sep 23, 2019

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, 
omrihar
omrihar commented Jun 29, 2019

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

satrum
satrum commented Dec 16, 2019

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

jcr-lyxor
jcr-lyxor commented Mar 13, 2019

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:

  1. Recovering the early stopping epoch number
  2. Recovering the cross validation test and train losses / metrics
  3. Recovering eval_set losses / metrics
  4. Be able to pass a path to a libffm data format
kraxli
kraxli commented Jan 6, 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).

image

I use the command:
p9.facet_wrap(facets = 'currency', nrow=2, scales='free_y', shrink=True)
with plotnine 0.6 w

rhiever
rhiever commented Jan 31, 2018

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

Improve this page

Add a description, image, and links to the data-analysis topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.