Eamon Anderson

Results 2 comments of Eamon Anderson

While I still don't understand what causes the differences, a recent blog post covering the same material in R from François Chollet and J.J. Allair gets similar results: https://tensorflow.rstudio.com/blog/keras-image-classification-on-small-datasets.html But...

I believe [this line](https://github.com/ydataai/ydata-profiling/blob/159fe0d025722568b6c54e2916254c79582327b3/src/ydata_profiling/model/pandas/correlations_pandas.py#L198) will also have to be updated to this or its equivalent: ```python method = ( _pairwise_spearman if col_1_name not in categorical_columns and col_2_name not in categorical_columns...