Releases: DivineOmega/eloquent-attribute-value-prediction
Releases · DivineOmega/eloquent-attribute-value-prediction
v1.0.0
v0.1.0
- Only perform one hot encoding if the estimator does not support categorical data types.
v0.0.3
- Ensure consistent Eloquent model class is used when determining machine learning model path
- Fix incorrect method name referenced in exception message
v0.0.2
- 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
- Initial release.