Skip to content

Releases: bigmlcom/bigml-java

1.5

18 Oct 07:25
Compare
Choose a tag to compare

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

23 Mar 04:31
Compare
Choose a tag to compare

Release 1.4.1

  • Fix bug in the constructor of the LocalEnsemble. The JSON path used to access objects was wrong.

1.4

23 Mar 04:29
Compare
Choose a tag to compare
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.