sagnik1511 / Tabular-AutoML

Python Auto-ML Package for Tabular Datasets
MIT License
23 stars 13 forks source link

Add a new single_model_trainer function for training clustering problems. #31

Open sagnik1511 opened 2 years ago

sagnik1511 commented 2 years ago

What you have to do-

  1. Add a new function inside the tab_automl.automl.training.Trainer class for training clustering problems.
  2. Inside the main function of tab_automl.main some implementation will be needed so that the clustering problem type fits.

Follow contributing guidelines on README.md

Viveksati5143 commented 1 year ago

please assign me this issue