Skip to content

AutoCat v2022.8.5 released!

Latest
Compare
Choose a tag to compare
@lancekavalsky lancekavalsky released this 05 Aug 21:39
0a5ac14

In this release we update the ML interfacing and introduce the CandidateSelector class.

What's New

  • CandidateSelector class added for choosing systems to evaluate (#34)

Improvements

  • Whenever an ML class depends on another, it now must be provided the instantiated object as an argument rather than the class instantiating it internally. For example, Predictor now takes a Featurizer directly rather than the parameters needed to instantiate the Featurizer internally. This is to provide the user with more direct control over these objects. (#34)
  • The NH and OH placement defaults are now 45° rather than vertical (to be more general) (#35)
  • Minor improvements to documentation and testing (#34)