The Wayback Machine - https://web.archive.org/web/20210328105036/https://github.com/topics/data-analysis
Skip to content
#

data-analysis

Here are 8,323 public repositories matching this topic...

sh-biswas
sh-biswas commented Mar 9, 2021

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

superset
zuzana-vej
zuzana-vej commented Mar 26, 2021

Is your feature request related to a problem? Please describe.
Currently when users searches metric in Chart Explore Metric dropdown, the search first displays the "ending" string of the metric, even if there is an exact match. For example if you search for san_francisco and your metrics include population_in_san_francisco san_francisco and san_francisco_weather your first result woul

jreback
jreback commented Mar 21, 2021

This is not exactly right, but we have an inconsitency in the argument specifications of using 'array_like' vs 'array-like', in argument types we should settle on one (prob 'array-like')

(pandas-dev) ~/pandas$ grep -r array-like --include '*.py' pandas|wc
     317    2259   24072
(pandas-dev) ~/pandas$ grep -r array_like --include '*.py' pandas|wc
     104     498    7414

Simila

vdonato
vdonato commented Mar 19, 2021

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

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

thadguidry
thadguidry commented Mar 26, 2021

When a user first logs into Wikidata, or logs out through the Manage Wikidata account option of the Wikidata extension and then logs in, the UX leaves the user wondering what happened since the login dialog disappears, leaving the user to assume they logged in successfully.

Proposed solution

Ideally, the current "logged in" dialog (bind="explainLogin") could actually be shown immedia

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

人工智能学习路线图,整理近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