Florin Andrei

Results 91 comments of Florin Andrei

@nomuramasahir0 @c-bata My CMA-ES article went live 30 minutes ago on TDS. Article: https://towardsdatascience.com/efficient-feature-selection-via-cma-es-covariance-matrix-adaptation-evolution-strategy-ee312bc7b173 Repository: https://github.com/FlorinAndrei/fast_feature_selection

To make it clear, this happens when using a custom style `plt.style.use('seaborn-v0_8-whitegrid')` The change forces colors to be the same (drawn from the default palette) no matter what style you...

I was looking for what could be called "partial multivariate mutual information", assuming the concept even makes sense, in analogy with partial autocorrelation from `statsmodels.graphics.tsaplots.plot_pacf`. In other words, I am...

@cottrell I have a mix of numeric and categorical features, with the categorical being integer-encoded. Generally no float values among numeric features (`c == round(c)`), so technically they are all...

@raphaelvallat What's happening with the site https://pingouin-stats.org/ ? I see the text, but all the styling is broken. I've tried Shift-reload, no luck. Using latest Chrome on Win10.

Is there an ETA for the fix? I'm hitting this problem on a completely different dataset. What's worse, I cannot seem to find any way to turn off the warnings...

@chefkrym no, I gave up on it.

Not sure if this is what you're seeing, but I've noticed a regression of an old bug. I have a code cell that should run in a fraction of a...