-
@rafaelslins
- [x] the argument grid=F is not working for the summation graph
- [x] remove rootogram from the default plots, 8 plots as default is too much.
- [x] Change title: "Barchart of …
-
sum_sheet.clear()
actual_num.clear()
expected_benford.clear()
AttributeError: 'list' object has no attribute 'clear'
-
Getting an error with the latest pull (from De 12, 2014:
bin/plexreport.rb:117:in `[]': no implicit conversion of String into Integer (TypeError)
from bin/plexreport.rb:117:in`getMovieInfo'
f…
rsava updated
4 years ago
-
https://en.wikipedia.org/wiki/Benford%27s_law
Basically, we need to extract out the leading digit (from a numerical or string representation of a number) to a categorical column.
Once the categorical…
-
Although I drop all other options, the function `plot.Benford` I use also gives me two plots. Here is an example in `reprex`
```
# Load package benford.analysis
library(benford.analysis)
data(…
-
Hello!
I have entered feature freeze on en_GB to be released on Monday.
Here are the words not in US/CA.
Please notice that some are British.
Kind regards,
>Marco A.G.Pinto
-------…
-
Carlos, are you still maintaining this package? I saw that there was an update in 2017 but not much activity otherwise.
I recently was asked to perform a Benford Analysis in my professional work …
-
Hi Carlos,
since I stumbled across the problem that the Chi-Square tests suffer from excess power, when using a lot of observations. I've implemented a rather simple function to implement the check…
-
Hello,
I'm using your example in my flutter application. and when I try to test the numeric filed the app stopped each time.
Here are the logs I got from the Run console:
D/AndroidRuntime( …
-
```
dataset = oml.datasets.get_dataset(dataset_id=dataset_id)
File "/opt/h2oai/dai/python/lib/python3.6/site-packages/openml/datasets/functions.py", line 394, in get_dataset
description, …