HarshitDawar55 / ClusteringGroupOfMachines

Machine Learning real world project of clustering machines based on their metrics.
GNU General Public License v3.0
4 stars 6 forks source link

Hyper parameter tuning #33

Closed Satyadev-Patel closed 4 years ago

Satyadev-Patel commented 4 years ago

I have tuned two parameters for OPTICS i.e min_samples and max_eps.

HarshitDawar55 commented 4 years ago

Instead of tuning hyperparameters manually, tune them using automatic methods that will automatically find the best parameters. Also, specify why a specific set of parameters you choose.