Skip to content

Releases: bigmlcom/bigml-java

1.5

Choose a tag to compare

@javinp javinp released this 18 Oct 07:25

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

Choose a tag to compare

@leonhwang leonhwang released this 23 Mar 04:31

Release 1.4.1

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

1.4

1.4

Choose a tag to compare

@leonhwang leonhwang released this 23 Mar 04:29

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.