Skip to content

Releases: DataCanvasIO/HyperGBM

Release 0.3.2

23 Feb 06:09
Compare
Choose a tag to compare

Add compatibility with scikit-learn v1.4.x
Update experiment discriminator option to disable or enable it
Make imbalanced-learn optional

Release 0.3.1

13 Dec 05:58
Compare
Choose a tag to compare
  • Add compatibility with lightgbm v4.x
  • Fix bug: failed to pickle estimator on notebook, see: #104.

Release 0.3.0

17 Jul 09:05
Compare
Choose a tag to compare

We add a few new features to this version:

  • Multi-objectives optimization

    • optimization algorithm

      • add MOEA/D(Multiobjective Evolutionary Algorithm Based on Decomposition)
      • add Tchebycheff, Weighted Sum, Penalty-based boundary intersection approach(PBI) decompose approachs
      • add shuffle crossover, uniform crossover, single point crossover strategies for GA based algorithms
      • automatically normalize objectives of different dimensions
      • automatically convert maximization problem to minimization problem
      • add NSGA-II(Non-dominated Sorting Genetic Algorithm)
      • add R-NSGA-II(A new dominance relation for multicriteria decision making)
    • builtin objectives

      • number of features
      • prediction performance

Release 0.2.5.7

26 Nov 03:17
Compare
Choose a tag to compare
  • Add experiment option n_jobs
  • Upgrade hboard to v0.1.1

Release 0.2.5.6

08 Oct 09:13
Compare
Choose a tag to compare
  • Fix bug: EarlyStopping does not work.

Release 0.2.5.5

07 Sep 06:43
Compare
Choose a tag to compare
  • Add compatibility with xgboost v1.6
  • Add compatibility with cuML 22.08
  • Add a shap explainer: HyperGBMShapExplainer
  • Make python-geohash ( which requires native c compiler ) optional

Release 0.2.5.4

31 May 06:13
Compare
Choose a tag to compare
  • Add compatibility with scikit-learn v1.1
  • Fix TfidfPrimitive

Release 0.2.5.3

25 Mar 08:40
Compare
Choose a tag to compare
  • Support custom metric in experiment visualization
  • Set experiment cv default to False if eval_data is not None
  • Fix issues: #80, #82

Release 0.2.5.2

08 Mar 09:03
Compare
Choose a tag to compare
  • Fix experiment report in gpu mode

Upgrade to 0.2.5.1

02 Mar 09:04
Compare
Choose a tag to compare
  • Add compatibility with cuML 22.02