Skip to content

v0.1.0

Compare
Choose a tag to compare
@xuyxu xuyxu released this 07 Feb 04:26
· 159 commits to master since this release

Added

  • Add set_scheduler for all ensembles | @xuyxu
  • Add AdversarialTrainingClassifier and AdversarialTrainingRegressor | @xuyxu
  • Add SnapshotEnsembleClassifier and SnapshotEnsembleRegressor | @xuyxu
  • Add model validation and serialization | @ozanpkr and @xuyxu
  • Add CI and maintenance tools | @xuyxu
  • Add the code coverage on codecov | @xuyxu
  • Add the version numbers to requirements.txt | @Zackhardtoname and @xuyxu
  • Improve the logging module usinglogging | @zzzzwj

Changed

  • Remove the input argument output_dim from all methods | @xuyxu
  • Refactor the setup on optimizer into set_optimizer | @xuyxu
  • Refactor the codes on operating tensors into an independent module | @zzzzwj

Fixed

  • Fix the bug in logging module when using multi-processing | @zzzzwj
  • Fix the binding problem on scheduler and optimizer when using parallelization | @Alex-Medium and @xuyxi