Kaggler Versions Save

Code for Kaggle Data Science Competitions

v0.9.15

2 years ago

What's Changed

Full Changelog: https://github.com/jeongyoonlee/Kaggler/compare/v0.9.14...v0.9.15

v0.9.14

2 years ago

What's Changed

Full Changelog: https://github.com/jeongyoonlee/Kaggler/compare/v0.9.13...v0.9.14

v0.9.13

2 years ago
  • add transfer learning with the pretrained_model input argument 
  • allow to set the learning_rate in __init__()
  • add a test for transfer learning between DAE/SDAE

v0.9.12

2 years ago
  • make label_encoding=True default in DAE/SDAE

v0.9.11

2 years ago
  • fix an error raised when printing out the DAE/SDAE objects
  • update random_state/seed arguments in DAE/SDAE/DAELayer to follow scikit-learn/tensorflow conventions
  • up the version to v0.9.11

v0.9.10

2 years ago
  • add options to add more than 1 encoder in DAELayer
  • add options to add validation_data in DAE/SDAE
  • make label-encoding optional in DAE/SDAE

v0.9.9

2 years ago
  • fix #56: DAE/SDAE's transform() changes the input dataframe.

v0.9.8

2 years ago
  • hotfix SDAE

v0.9.7

2 years ago
  • add SDAE, supervised denoising AutoEncoder

v0.9.5

3 years ago
  • copy dataframe before transforming it in encoders to prevent overwriting
  • update the default threshold for feature selection in automl
  • fix DAE with all numeric features