Skip to content
#

statistics

Here are 4,439 public repositories matching this topic...

bluesky314
bluesky314 commented Apr 21, 2019

In ch2 Logistic example, when we assume our data follows logistic, why then use Bernoulli after that? In previous examples we only had an assumption of the data distribution and calculated the likelyhood form that. But here why has Bernoulli suddenly appeared when we already get a probability from logistic?

def challenger_joint_log_prob(D, temperature_, alpha, beta):
    """
    Joint log 
JoshOY
JoshOY commented Oct 21, 2019
  • I have searched the issues of this repository and believe that this is not a duplicate.

What problem does this feature solve?

根据v3更新文档 https://www.yuque.com/antv/g2-docs/tutorial-g2-v3-changes ,等高线的旧 API chart.contour() 已经废弃并被 chart.polygon() 替代了,但是新版本的 Demo 中并没有给出相关的例子

What does the proposed API look like?

在 Demo 中给出等高线相关的例子

sgregson
sgregson commented Jun 20, 2017

I don't know if this is worth documenting, but I was playing with the CLI referenced using pageres and came up with a fun little ("little" 😜 ) one-liner:

TMP=$(mktemp)".html";OUT=gitstats-"$(date '+%Y-%m-%d')".png;rm $OUT && git-stats --raw | git-stats-html -o $TMP && pageres $TMP 775x250 --filename="gitstats-<%=date%>" && imgcat $OUT

Aside from a little tempfile and date manipulation to

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, 
neomatrix369
neomatrix369 commented Jan 13, 2020

Missing functionality

On the back of the issue raised - pandas-profiling/pandas-profiling#315 - I would like to request for improved documentation about removed features and alternative ways to overcome them when using the new version of pandas-profiling, starting v2.4.0.

Proposed feature

  • docs on why style={'full_width': True}, minify_html=True ca
zoj613
zoj613 commented Feb 19, 2020

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
fransschreuder
fransschreuder commented Oct 29, 2019

Expected behavior and actual behavior.

Right now there are some statistics on the current or a specific branch, I couldn't find a way to output per user commits for instance of all branches. Would be nice to have.

Steps to reproduce the problem.

Specifications like the version of the project, operating system, or hardware.

Emerentius
Emerentius commented Aug 25, 2018

Skimming through the new comparison between tools, I noticed how all of them use the visually noisy hyphen ----- lines. The box drawing characters could be used to have clean, uninterrupted lines. These improve aesthetics and improve readability.
Of course, this requires unicode support. I wasn't sure if the choice of hyphens was deliberate

jackshi0912
jackshi0912 commented Jan 24, 2020

SeparableConv enables a much greater range of low power, low latency models. MobileNet and other low cost high performance networks generally utilizes SeparableConv for it's efficiency. I am building a real probabilistic inference version of a MobileNet which uses SeparableConv. I am using regular tfp convolution ops for now for initial validation but it is much less efficient and will not be fit

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
trantor
trantor commented Jan 23, 2020

Hello.
I've come across what (to me) seems to be a problem with the FILENAME and FILENUM variables.

# mlr --version
Miller v5.6.2

# cat /tmp/csv1
A,B,C
_2GB,255,2
_4GB,120,4
_6GB,50,6
_10GB,10,10

# cat /tmp/csv2
FIRST,SECOND,THIRD,FOURTH
1,2,3,4
5,6,7,8
9,10,11,12
13,14,15,16

# mlr --icsv cat then put 'print FILENAME'   /tmp/csv1 /tmp/csv2
/tmp/csv1
A=_2GB,B=255,C=2
/

Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra

  • Updated Feb 27, 2020
  • PHP

Improve this page

Add a description, image, and links to the statistics 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 statistics topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.