Neuralk.analysis.create_enrichment_predict#

Neuralk.analysis.create_enrichment_predict(dataset, name, enrichment_fit_analysis)#

Create a new enrichment predict analysis from a fit analysis hash ID.

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

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

  • enrichment_fit_analysis (str|Analysis) – The object or ID of the fit analysis.

Returns:

The created prediction analysis object.

Return type:

Analysis

Raises:

NeuralkException – If the analysis creation fails.