Skip to content

Releases: JuliaAI/FeatureSelection.jl

v0.2.2

05 Aug 02:22
8ffffdf
Compare
Choose a tag to compare

FeatureSelection v0.2.2

Diff since v0.2.1

Merged pull requests:

Closed issues:

  • Issue to trigger releases (#7)
  • is_wrapper is returning false on RFE subtypes (#24)

v0.2.1

30 Jul 02:18
833bbdc
Compare
Choose a tag to compare

FeatureSelection v0.2.1

Diff since v0.2.0

  • Fix incorrect is_wrapper trait for RecursiveFeatureElimination. Now returns true (#15)

Merged pull requests:

Closed issues:

  • is_wrapper(::RFE) should return true not false (#15)

v0.2.0

10 Jul 03:15
8f548ad
Compare
Choose a tag to compare

FeatureSelection v0.2.0

Diff since v0.1.1

Merged pull requests:

Closed issues:

  • Doc generation is failing (#13)
  • is_wrapper(::RFE) should return true not false (#15)
  • Overload fit_data_scitype trait (#16)

v0.1.1

04 Jun 23:38
5d605c6
Compare
Choose a tag to compare

FeatureSelection v0.1.1

Diff since v0.1.0

Merged pull requests:

  • Overload constructor for RecursiveFeatureElimination types (#10) (@ablaom)
  • For a 0.1.1 release (#11) (@ablaom)
  • fix docstring and build documentation - take II (#12) (@ablaom)

v0.1.0

22 May 21:45
cfd3576
Compare
Choose a tag to compare

FeatureSelection v0.1.0

Merged pull requests:

  • CompatHelper: bump compat for ScientificTypesBase to 3, (keep existing compat) (#1) (@github-actions[bot])
  • Prelim work (#3) (@OkonSamuel)
  • Add documentation (#5) (@OkonSamuel)
  • For 0.1.0 release (#6) (@OkonSamuel)