Skip to content

Releases: neurodata/treeple

v0.9.1

24 Jul 13:31
dd28c41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.9.1

v0.8.0

24 Jun 22:16
8fc3f88
Compare
Choose a tag to compare

What's Changed

  • [RELEASE] V0.7.0 by @adam2392 in #232
  • [ENH, FIX] Allow scaling_factor in trunk_mixture_classification to be specified by @adam2392 in #234
  • bug fixes for trunk sims by @sampan501 in #236
  • Release v0.7.1 by @adam2392 in #238
  • MAINT Remove requirements files by @adam2392 in #240
  • Bump softprops/action-gh-release from 1 to 2 by @dependabot in #243
  • Bump pypa/cibuildwheel from 2.16.5 to 2.17.0 by @dependabot in #244
  • MAINT Adding meson compiler directives by @adam2392 in #242
  • MAINT Update submodule commit and remove cnp imports where possible by @adam2392 in #249
  • DOC Fix docs by @adam2392 in #252
  • FIX correct simulation class label for linear by @PSSF23 in #254
  • ENH add treeple tutorials to website by @PSSF23 in #256
  • FIX reverse simulation labels by @PSSF23 in #258
  • FIX correct bug for tree posteriors by @PSSF23 in #259
  • ENH optimize & add treeple tutorial figures by @PSSF23 in #260
  • FIX Raise error when missing-values encountered in scikit-tree trees by @adam2392 in #264
  • DOC update tutorial figure & format & ENH optimize p value calculation by @PSSF23 in #273
  • change ValueError to RuntimeWarning when n_dim < n_informative by @sampan501 in #279
  • DOC optimize documentation & change function name by @PSSF23 in #280
  • MAINT Fix CI by @adam2392 in #281
  • Bump pypa/cibuildwheel from 2.17.0 to 2.18.1 by @dependabot in #277
  • MAINT HonestForestClassifier now has bootstrap=True as the default. And removing old MIGHT code by @adam2392 in #274
  • MAINT Try coverage config specify pyproject.toml by @adam2392 in #285
  • Bump pypa/cibuildwheel from 2.18.1 to 2.19.1 by @dependabot in #284
  • ENH, FIX i) build_oob_forest backwards compatiblility with sklearn and ii) HonestForest stratification during bootstrap by @adam2392 in #283

Full Changelog: v0.7.0...v0.8.0

v0.7.0

24 Feb 22:10
Compare
Choose a tag to compare

What's Changed

  • Bump actions/setup-python from 4 to 5 by @dependabot in #189
  • Bump actions/upload-artifact from 3 to 4 by @dependabot in #190
  • Bump actions/download-artifact from 3 to 4 by @dependabot in #191
  • ENH add MI simulations by @PSSF23 in #199
  • [ENH] Efficient out-of-bag computation per honest tree by @adam2392 in #200
  • Bump actions/cache from 3 to 4 by @dependabot in #202
  • Bump pypa/cibuildwheel from 2.16.2 to 2.16.4 by @dependabot in #205
  • [ENH] Allow HonestForest to sample higher than max_samples # of bootstraps by @adam2392 in #206
  • [RELEASE] v0.6.0 by @adam2392 in #207
  • [ENH] Allow max sample without bootstrap in HonestForestClassifier by @adam2392 in #210
  • [ENH] A modular approach to constructing forests that have permuted covariates by @adam2392 in #211
  • Bump codecov/codecov-action from 3 to 4 by @dependabot in #214
  • ENH: add code for marron wand simulator by @sampan501 in #203
  • FIX correct the statistic names for S@98 by @PSSF23 in #217
  • [DOC] Link to quantile-forests in quantile regression examples by @adam2392 in #220
  • change noise from uniform to gaussian by @sampan501 in #223
  • [ENH] Getting pvalue computation ready by @adam2392 in #222
  • [API] Fix HonestTreeClassifier and HonestForestClassifier to override all arguments passed to the underlying tree_estimator by @adam2392 in #228
  • MAINT, API Change trunk-classification into three separate functions for generating trunk, trunk-mix, trunk-overlap and marron-wand by @adam2392 in #227
  • MAINT honest API with a multi view by @adam2392 in #231

Full Changelog: v0.5...v0.7.0

v0.6.1

01 Feb 16:46
Compare
Choose a tag to compare

What's Changed

  • [RELEASE] v0.6.0 by @adam2392 in #207
  • [ENH] Allow max sample without bootstrap in HonestForestClassifier by @adam2392 in #210. This also removes a bug where max_samples is checked for an error.

Full Changelog: v0.6...v0.6.1

v0.6

31 Jan 19:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5...v0.6

v0.5

07 Dec 02:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4...v0.5

v0.4

07 Dec 01:33
88b43c2
Compare
Choose a tag to compare

What's Changed

  • ENH add multi-view example by @PSSF23 in #154
  • [DEV] Fixing the versions to now start v0.4.dev0 by @adam2392 in #160
  • FIX improve performance by updating max_features by @PSSF23 in #161
  • [FIX] issue#165 bug-fix by @SUKI-O in #166
  • [ENH] Add option to permute per forest fraction by @adam2392 in #145
  • [ENH] Add dataset generators by @adam2392 in #169
  • [ENH, BUG] Test honest tree performance via quadratic simulation by @adam2392 in #164
  • [ENH] Add conditional resampling using nearest-neighbor algorithm by @adam2392 in #170
  • [ENH] Allow sampling feature sets separately in MultiViewDTC by @adam2392 in #152
  • [MINOR RELEASE] v0.4.1 by @adam2392 in #180

Full Changelog: v0.3...v0.4

v0.3

27 Oct 21:28
09da5a9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3

v0.2.1

09 Oct 16:13
Compare
Choose a tag to compare

BUG fix in random sampling of forestHT estimators.

What's Changed

  • [ENH, BUG] Consistency of train/test samples in forest HT by @adam2392 in #135
  • ENH add pAUC example script for doc render by @PSSF23 in #136

Full Changelog: v0.2.0...v0.2.1

v0.2.0

06 Oct 00:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.2.0