Get: ML Advisor Algorithm

Suggests suitable algorithms based on the dataset and problem type. This helps users in selecting the most appropriate models for their use case.

Endpoint:

/aion_core/ml_advisor/algorithm

Input:

  • datapath (string, required): Path to the data file
  • target (string): Target column name
  • problem_type (string, required): Type of problem.

    Available values:

    classification, regression, clustering, anomaly detection, time series forecasting

Output:

Returns a list of recommended machine learning algorithms based on the provided dataset and problem type.