Neuralk.analysis.create_classifier_fit#

Neuralk.analysis.create_classifier_fit(dataset, name, target_column, id_columns=None, feature_column_name_list=None)#

Create a new classifier fit analysis.

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

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

  • target_column (str) – The target column name.

  • id_columns (list[str], optional) – List of ID column names.

  • feature_column_name_list (list[str], optional) – List of feature column names.

Returns:

The created analysis object.

Return type:

Analysis

Raises:

NeuralkException – If the analysis creation fails.