Skip to content
Snippets Groups Projects
  1. Sep 16, 2024
  2. Nov 08, 2023
  3. Nov 06, 2023
  4. Oct 20, 2023
  5. Oct 19, 2023
  6. Oct 13, 2023
  7. Oct 06, 2023
  8. Oct 04, 2023
    • Blaise Li's avatar
      Optional fillna in exclude_all_nan_cols. · 9b4e17e3
      Blaise Li authored
      The default behaviour has been changed to be of more general use.
      The previous default was to fill the NaNs not belonging to
      all NaN columns with 0, which was suitable for standardized usage
      biases (which are expected to be centered on 0), but we might prefer
      to keep NaNs if we want to later replace those values with something
      else when dealing with other usage metrics than biases. If a single
      filling value is desired, it can be set using argument fill_other_nas.
      
      Implementation detail: The fillna still happens, but with a default
      value of np.nan, which hopefully should be OK.
      9b4e17e3
  9. Oct 03, 2023
  10. Sep 18, 2023
  11. Sep 14, 2023
  12. Dec 12, 2022
  13. May 02, 2022
  14. Apr 29, 2022
  15. Apr 28, 2022
  16. Apr 14, 2022
  17. Apr 12, 2022
  18. Apr 11, 2022
  19. Apr 07, 2022
  20. Apr 05, 2022
  21. Mar 25, 2022
Loading