It seems like brute force Grid Search takes forever when attempting to determine best parameters with many classifiers. Let's say the parameter space looks something like this http://i.imgur.com/AiBl8Wt.png . Why not use the SciPy simulated annealing or some simple genetic algorithm instead of searching through all the possible parameter space of every classifier?
------------------------------------------------------------------------------ Minimize network downtime and maximize team effectiveness. Reduce network management and security costs.Learn how to hire the most talented Cisco Certified professionals. Visit the Employer Resources Portal http://www.cisco.com/web/learning/employer_resources/index.html _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
