Neuralk.analysis.create_classifier_predict#

Neuralk.analysis.create_classifier_predict(dataset, name, classifier_fit_analysis)#

Create a new classifier predict analysis from a fit analysis.

Parameters:
  • dataset (Dataset) – The dataset to use for prediction.

  • name (str) – The name of the prediction analysis.

  • classifier_fit_analysis (str | Analysis) – The fit analysis object or its id.

Returns:

The created prediction analysis object.

Return type:

Analysis

Raises:

NeuralkException – If the analysis creation fails.