Nyaggle Versions Save

Code for Kaggle and Offline Competitions

v0.1.6

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/nyanp/nyaggle/compare/v0.1.5...v0.1.6

v0.1.5

2 years ago

This release contains changes to support scikit-learn 1.0. #89

v0.1.4

3 years ago

This release contains the following updates & fix. Thanks @wakamezake !

New module

  • Add nyaggle.feature.aggregation function #81 by @wakamezake

Bug Fix

  • Remove deprecated arguments in optuna integration #80
  • Support newer versions of transformers #77 #82 by @wakamezake
  • Support lightgbm 3.0.0 #83 #84

Tests

  • Add test for find_best_lgbm_parameter #76 by @wakamezake
  • Add weekly test #79 by @wakamezake

v0.1.3

4 years ago

This release contains the following bugfix & updates. Thanks @daikikatsuragawa and @tenajima !

Bug Fix

  • ignore MLflowException in log_param, log_metric #73
  • Fix error in run_experiment with callable fit_params #74

Docs / Others

  • Update README.md according to markdownlint #68 by @daikikatsuragawa
  • fix docstring of split.py #70 by @tenajima

v0.1.2

4 years ago

This release contains works from 2 contributors. Thanks @wakamezake and @harupy !

Overview:

New module

  • Add nyaggle.ensemble #60

Enhancement

nyaggle.validation

  • Refactor StratifiedGrouKFold (remove dependency to ubelt, add type check etc) #40 #41 #43 #45 by @wakamezake

nyaggle.experiment

  • Replace overwrite option with if_exists #47
  • Add inherit_experiment parameter #50
  • Add log_metrics for Experiment #59 by @harupy
  • Add log_dict for Experiment #65

Tests & dev

  • Improve .gitignore #51 #64 @harupy
  • Add PR trigger #52
  • Refactor test (add options, use fixture) #53 #54 #54 @harupy

v0.1.1

4 years ago
  • add Python3.8 support #32
  • add Skip, Nth validation #33
  • remove predict_proba parameter from cross_validate #37
  • remove dependency to gbdt packages #38
  • add StratifiedGroupKFold validation #39
  • add tutorial documents
  • change default value of overwrite parameter in save_feature from True to False

v0.1.0

4 years ago
  • replace experiment_gbdt with run_experiment #27
  • support xgboost #21
  • add cached_feature decorator #28
  • fix categorical feature handling #22

v0.0.11

4 years ago
  • Fix module nyaggle.feature module couldn't be found from pip package

v0.0.10

4 years ago
  • with_id option to support atmaCup#3 format :)

v0.0.9

4 years ago