Get: ML Advisor Problem type
Determines the type of machine learning problem (e.g., classification, regression) based on the dataset provided. This is useful for automatic configuration when the user is unsure about the problem type.
Endpoint:
/aion_core/ml_advisor/problemtype
Input Parameters:
- datapath (string, required): Path to the data file
- target (string): Target column name
- configpath (string, required): Path to the config file
- writeconfig (boolean, default: false): Whether to write the detected problem type back to the config file
Output:
Returns the inferred problem type (e.g., "classification", "regression", etc.)