Matt Hall

Results 133 comments of Matt Hall

Hm, not so sure now -- this tool and nbmake seem to want to compare to a baseline and I really just want to run them to make sure they...

NB replaced func with `is_standard_normal()`

Sure, thanks for asking. Take this section of "What to do about the warnings" for example: ![image](https://user-images.githubusercontent.com/1692372/186974407-9fc52215-ff77-4a91-8987-a9b372ad35f4.png) Really, the "Here's what this thing does" piece (the bullet points, basically) is...

That's what I was thinking -- at least until someone wants to write more documentation, the docstring is probably the place for it. Probably a job for a Python programmer....

Case: https://joss.theoj.org/papers/e1ca575ec0c5344144f87176539ef547

I think `sklearn` flags these, but maybe the error is sometimes obscure? Check first.

Also see "shifting transformation", eg https://arxiv.org/abs/2106.03899

Also known as 'covariate shift' Really not sure this is substantially different from the DistributionComparator

Hm, this still misses the Facies column in the classic Hugoton dataset.

See this thread: https://stackoverflow.com/questions/35826912/what-is-a-good-heuristic-to-detect-if-a-column-in-a-pandas-dataframe-is-categori This was failing too: ``` a = np.repeat(np.arange(0, 5), 10) rf.is_continuous(a) ``` (Is discrete, but was saying continuous because sample size too small. Now using all...