optimal parameters from grid search for SVC

Issue #301 resolved
Former user created an issue

Hi all

How we can know the selected parameters for SVC (eg the C and gamma values) after enmap applied the grid search algorithm? Is there any file generated with this info?

Thanks

Comments (2)

  1. Andreas Janz

    You can access all informations related to a trained classifier/regressor by browsing the model inside the EnMAP-Box Data Sources Panel.

    I admit, that you need to know a bit about how Scikit-Learn estimators are organized, to directly find what you are looking for. But with a bit of searching, you can get nearly everything you ever need to know about a trained estimator.

    E.g. the best SVC grid-search parameters.

    Unbenannt.PNG

  2. Log in to comment