Skip to content

Releases: INTERSECT-DIAL/dial

dial-0.1.0

29 Jan 18:11
d9a46be

Choose a tag to compare

DIAL (Distributed INTERSECT Active Learning): An INTERSECT service that provides Bayesian optimization and active learning

Dial v0.1

14 Feb 16:35

Choose a tag to compare

Initial public release of Dial. Dial is an active learning tool for the INTERSECT Ecosystem implemented using the INTERSECT SDK. The current features allow simple active learning workflows using Gaussian process surrogates

Initial features:

  • Bayesian optimization using backends from scikit-learn and GPax
  • Support for expected improvement, variance, and upper confidence bound acquisition functions
  • Support for random and latin hypercube selection of initial samples
  • Example use cases for automated and manual integration into a scientific workflow
  • Preprocessing options (scale-by-mean and logorithmic transformations)
  • Integration into INTERSECT using the INTERSECT SDK

Full Changelog: https://github.com/INTERSECT-DIAL/dial/commits/v0.1