C# Class BigML.BatchPrediction

A batch prediction provides an easy way to compute a prediction for each instance in a dataset in only one request. To create a new batch prediction you need a model/id or an ensemble/id or a logisticregression/id and a dataset/id. The complete and updated reference with all available parameters is in our documentation website.
Inheritance: Response
Show file Open project: bigmlcom/bigml-csharp Class Usage Examples