Skip to content
#

data-analysis

Here are 7,302 public repositories matching this topic...

incubator-superset
jreback
jreback commented Oct 11, 2020

create a mi

In [13]: mi = pd.MultiIndex.from_product([[1,2,3], list('abc'), pd.date_range('20200101', periods=2, tz='UTC')], names=['int', 'string', 'dt'])                            

You can already get .dtypes, but is slightly cumbersome. I would propose adding Multidex.dtypes (we already have MultiIndex.dtype but its always object). I think this is worth the convenience api.

Christilut
Christilut commented Nov 6, 2019

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

wetneb
wetneb commented Oct 30, 2020

We are missing a <label> tag properly associated with radio buttons in the reconciliation dialog. We should check that all labels are correctly marked as such on this dialog.

To Reproduce

Steps to reproduce the behavior:

  1. First, click "Reconcile" -> "Start reconciling" and choose a service
  2. Then, click on the text "Reconcile against no particular type" (not the radio button, the te
ChadFulton
ChadFulton commented Sep 11, 2019

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.ARIMA works with fix_params (it should fail except when the fit method is statespace
shaygeller
shaygeller commented Oct 5, 2020

Describe the issue linked to the documentation

Here is the link to the documentation file of Tomek Link
https://github.com/scikit-learn-contrib/imbalanced-learn/blob/6b3c5aed61f2e5dc0e8af87d97ea92b95dcafdd0/doc/under_sampling.rst

You write "In some other words, a Tomek’s link exist if the two samples are the nearest neighbors of each other. In the figure below, a Tomek’s link is illustra

人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理,PyTorch tensorflow machine-learning,deep-learning data-analysis data-mining mathematics data-science artificial-intelligence python tensorflow tensorflow2 caffe keras pytorch algorithm numpy pandas matplotlib seaborn nlp cv等热门领域

  • Updated Feb 6, 2020

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.