Skip to content

Releases: DivineOmega/eloquent-attribute-value-prediction

v1.0.0

20 Nov 23:51
ac2d50a
Compare
Choose a tag to compare
  • Initial release.

v0.1.0

09 Nov 21:52
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
  • Only perform one hot encoding if the estimator does not support categorical data types.

v0.0.3

08 Nov 22:33
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
  • Ensure consistent Eloquent model class is used when determining machine learning model path
  • Fix incorrect method name referenced in exception message

v0.0.2

08 Nov 21:29
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
  • Change getPredictions so the resulting array is ordered by confidence descending (most confident prediction first)
  • Throw an appropriate exception if getPredictions is called on a numeric (continuous) attribute

v0.0.1

07 Nov 22:47
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release
  • Initial release.