scikit-dimension icon indicating copy to clipboard operation
scikit-dimension copied to clipboard

A Python package for intrinsic dimension estimation

Results 6 scikit-dimension issues
Sort by recently updated
recently updated
newest added

I just noticed what I think might be a problem with your implementation of Participation Ratio! Suppose one is given a matrix `X` with shape `(num samples, num features)`. The...

Hi, I've tried the FishersS() estimation using several values of condition number and several datasets and all come back with the same error. See below for 2 examples using the...

I noticed that the ID estimates provided by the `Kaiser` and `broken_stick` methods in `id.lPCA` are `k + 1`, where `k` is the number of components to be kept according...

Hello, I am an HPC technichal consultant and one of our users is using your package. The function `skdim.id.DANCo().fit(data)` seems to be spawning a significant number of threads with no...

Hello and thanks for the package ! I am currently running few tests and when I run estimator on large datasets, the returned dimension is 0. When I lower the...

The function call point_inseparability_to_pointID() with default parameters can create an exception when there exists at least one point which is separable no matter what alpha is (in the specified range)....