Skip to main content

Neuralk.analysis.create_categorization_fit

Neuralk.analysis.create_categorization_fit(dataset, name, taxonomy_file=None, target_columns=None, id_columns=None, categorizer_feature_cols=None)

Create a new categorization fit analysis.

  • Parameters:
    • dataset (Dataset) – The dataset to use for the analysis.
    • name (str) – The name of the analysis.
    • target_columns (list [str ] , optional) – The target column name.
    • id_columns (list [str ] , optional) – List of ID column names.
    • categorizer_feature_cols (list [str ] , optional) – List of categorizer feature columns.
    • taxonomy_file (ProjectFile | str)
  • Returns: The created analysis object.
  • Return type: Analysis
  • Raises: NeuralkException – If the analysis creation fails.

On this page