Matt Hall
Matt Hall
Potentially useful library here https://github.com/life4/textdistance
:bulb: Will need to consider that Redflag's stdev-based outlier detection won't work on features that need transformation... should apply transformation before deciding on outliers. Probably needs an issue.
This detector could potentially try summing combinations of binary features to check they do not sum to one. Or check somehow that the matrix is not singular or ill-conditioned.
My feeling was that it might lead some people into a sticky merge. I'm definitely open to giving this a try, if you'd like to pick on one of the...
Thank you, @geologuic - I think we can work with it. As you may know, the book itself is black and white (well, grayscale, but that really means only a...
This is not a Python program, so your Python environment doesn't matter here. Did you [install `node`](https://nodejs.org/en/download/) on your computer? Do that, then clone this repo, go to the `playground`...
Use `fsspec` for this
a650fe0f682440c82d556cb69ea16c1b96890800 works towards this
Tested this on 27 Nov. I think scikit-image might have been the problem. Will look into it.
Please try instantiating the plot in your script and passing the Axes object to welly to plot into, like: ``` import matplotlib.pyplot as plt fig, ax = plt.subplots() ax =...