AI/ML

knowledge skill

Train a supervised classification model on labeled tabular data and return the trained model artifact. The agent loads a CSV file, extracts features and labels, fits a scikit-learn classifier, and serializes the estimator to disk as a .pkl file.

Worked examples

Input

Output

Details