Alan Yang

Results 2 comments of Alan Yang

Currently, the package only handles numerical data in numpy arrays. A quick fix would be to convert the categories to numbers first, so replace ``` categories = np.random.choice(['Category A', 'Category...

It uses k-nearest-neighbors to detect categories. So if the knn distance of a point with value 1 is 0, then the method assumes that there is a discrete component at...