Releases: bigmlcom/bigml-java
Releases · bigmlcom/bigml-java
1.5
Release 1.5
- Create dataset from list of Datasets
- Correlation Resource
- StatisticalTest Resource
- Logistic Regression Resource
- Tests renaming and fixing
- Made Local Ensemble and dependencies serializable
- Preditcion/BatchPrediction: create from LogisticRegression
- Create model from cluster
- Whizzml Resources
1.4.1
1.4
Release 1.4
-
Added support for Local Anomalies
A new LocalAnomaly class to score anomalies in a dataset locally or embedded
into your application without needing to send requests to BigML.io.This class cannot only save you a few credits, but also enormously reduce the
latency for each prediction and let you use your models offline.