Skip to content

Releases: IBM/AutoMLPipeline.jl

v0.1.15

31 Aug 17:13
164e481
Compare
Choose a tag to compare

AutoMLPipeline v0.1.15

Diff since v0.1.14

Closed issues:

  • v0.1.14 Regression support (#68)

Merged pull requests:

v0.1.14

23 Aug 16:13
0ce0782
Compare
Choose a tag to compare

AutoMLPipeline v0.1.14

Diff since v0.1.13

Closed issues:

  • remove the warnings in tutorials (#63)

Merged pull requests:

  • CompatHelper: bump compat for "CSV" to "0.7" (#64) (@github-actions[bot])
  • fix deprecated warnings (#65) (@dnabanita7)
  • Support for ML regression (#67) (@ppalmes)

v0.1.13

18 Jun 01:08
6a79257
Compare
Choose a tag to compare

AutoMLPipeline v0.1.13

Diff since v0.1.12

Merged pull requests:

  • @pipelinez to process symbol containing expression (#58) (@ppalmes)
  • Version bump julia 1.5 support (#60) (@ppalmes)

v0.1.12

18 Apr 23:04
23d66b5
Compare
Choose a tag to compare

AutoMLPipeline v0.1.12

Diff since v0.1.11

Closed issues:

  • List of learners/filters/transformers (#4)
  • v0.1.10 bump deps version (#46)
  • v0.1.11 - NA remover bug fix (#51)
  • Add ICA/PCA n components computation (#53)
  • Add Noop or Identity operation (#54)

Merged pull requests:

  • Add auto computation of ncomponents in feature extractions (ICA/PCA/FactA) (#55) (@ppalmes)
  • Identity/Noop and Baseline Learners/Transfomers (#56) (@ppalmes)

v0.1.11

04 Apr 23:04
6f8206c
Compare
Choose a tag to compare

AutoMLPipeline v0.1.11

Diff since v0.1.10

Merged pull requests:

v0.1.10

28 Mar 12:06
1b579f2
Compare
Choose a tag to compare

AutoMLPipeline v0.1.10

Diff since v0.1.9

Merged pull requests:

  • CompatHelper: bump compat for "CSV" to "0.6" (#45) (@github-actions[bot])

v0.1.9

27 Mar 10:05
Compare
Choose a tag to compare

AutoMLPipeline v0.1.9

Diff since v0.1.8

Closed issues:

  • v0.1.8 - Refactor (#41)

Merged pull requests:

  • CompatHelper: bump compat for "StatsBase" to "0.33" (#43) (@github-actions[bot])

v0.1.8

15 Mar 13:06
2192cbc
Compare
Choose a tag to compare

AutoMLPipeline v0.1.8

Diff since v0.1.7

Closed issues:

  • missing detector discriminator (#35)
  • complete cases filter (#36)
  • v0.1.7 - date/value time-series filter (#39)

v0.1.7

09 Mar 22:06
Compare
Choose a tag to compare

AutoMLPipeline v0.1.7

Diff since v0.1.6

Closed issues:

  • v0.1.6 - Docs Completed; Support for :| in the pipeline (#24)
  • add unit-test support for windows machine (#25)
  • add timeseries matrifier support for dates/values pair (#29)

Merged pull requests:

  • add windows travis build support (#27) (@ppalmes)
  • Bestlearner fix (#28) (@ppalmes)
  • Valdate filter (#31) (@ppalmes)
  • CompatHelper: add new compat entry for "MLDataUtils" at version "0.5" (#32) (@github-actions[bot])
  • CompatHelper: add new compat entry for "Impute" at version "0.4" (#33) (@github-actions[bot])
  • CompatHelper: add new compat entry for "CodecBzip2" at version "0.6" (#34) (@github-actions[bot])

v0.1.6

09 Mar 01:07
Compare
Choose a tag to compare

AutoMLPipeline v0.1.6

Diff since v0.1.5

Closed issues:

  • Docs (#3)
  • add support for embedded documentation in the source code (#6)
  • add implementation args convenience function for skprocessor (#9)
  • add method summary helper (#10)
  • v0.1.3 - Convenience function and help functions (#11)
  • fix github page setting (#12)
  • fix cutnumfeature bug for not returning some columns (#13)
  • v0.1.4 - Online docs and more help info (#15)
  • v0.1.5 - Docstring and online documentation (#16)
  • add bestlearner filter for | operator (#18)
  • add code coverage (#19)
  • add varargs convenience function (#20)
  • Add Abstract type hierarchy in the doc; design philosophy (#22)

Merged pull requests:

  • add code coverage; varargs fix (#21) (@ppalmes)
  • support :| operation for selecting best learners (#23) (@ppalmes)