Skip to content

0.1.2

Compare
Choose a tag to compare
@Secbone Secbone released this 09 Apr 11:38
5557bb7

Add

  • Added ks_plot for KS plot, #102 thanks @kevin-meng
  • Added xgb_loss decorator for convert a normal loss function to a xgb supported loss function
  • Added binary_focal_loss function in nn.functional
  • Added event module in nn.trainer, and changed trainer mode to event-based
  • Added wheel package supported for py3.9, py3.10 and py3.11

Changed

  • Now you can pass arguments to DecisionTreeClassifier in merge or Combiner when use method = dt

Fixed

  • Fixed groupby rewrited in preprocessing
  • Fixed the expired deprecations of numpy types in 1.24.0