Skip to content
#

statistics

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

bjornsturmberg
bjornsturmberg commented Jul 18, 2018

I became quite confused by the Algorithms to perform MCMC section.

The issue is that steps 3-4:
"3. Accept/Reject the new position based on the position's adherence to the data and prior distributions (ask if the pebble likely came from the mountain).
4.A If you accept: Move to the new position. Return to Step 1.
4.B Else: Do not move to new position. Return to Step 1.
"
imply that

hustcc
hustcc commented Mar 12, 2020

理论上,所有的 G2 版本都有这个问题, 带来的问题:

每次 resize 触发的时候,因为 canvas 大小有父容器大小决定,所以 resize 都会导致图形比之前的高度大 5px。

解决办法:

对 canvas 设置 css 样式。

  1. 设置 display: inline;
  2. 设置 vertical-align: center (只要不是 baseline 即可)

可以在 G 层解决掉,也可以在 G2 层创建 G.Canvas 之后,再设置样式。

image

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, 
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
danielzgtg
danielzgtg commented Mar 12, 2020

The file ~/.tokeirc is ignored when tokei is not run in ~. tokei should use three sources of configuration: defaults < ~/.tokeirc < ./.tokeirc

The current behavior is not convenient for me. Most of my command line tools such as Bash and Vim conveniently read their config from ~. I move around directories and run tokei. I also use tokei to calculate the number of lines of code in Git

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

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 Mar 22, 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.