You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In v2.0.0, passing a pandas.DataFrame with parallel_backend='rust' would result in TypeError, this patch ensures any dataframe is converted to np.ndarray before hand.
Disconnect rust & use github actions (#41)
Rust as optional install (#42)
Fix workflows (#43)
Return standard errors of the Gap statistic (#39)
Generate ref data uniformly over feature range (#40)
Pass n_refs and n_iter to rust impl (#46)
Fix Rust ref data generation (#47)
Add warning about optional rust feature (#47)