Skip to content

Version 0.0.15

Compare
Choose a tag to compare
@JulienRoussel77 JulienRoussel77 released this 03 Aug 14:13
· 430 commits to main since this release
8cfbfd3
  • Hyperparameters are now optimized in hyperparameters.py, with the maintained module hyperopt
  • The Imputer classes do not possess a dictionary attribute anymore, and all list attributes have
    been changed into tuple attributes so that all are not immutable
  • All the tests from scikit-learn's check_estimator now pass for the class Imputer
  • Fix MLP imputer, created a builder for MLP imputer
  • Switch tensorflow by pytorch. Change Test, environment, benchmark and imputers for pytorch
  • Add new datasets
  • Added dcor metrics with a pattern-wise computation on data with missing values