-2

I am working on Feature Selection using heuristic methods in Python, Can anyone tell me which will be best data set for Simulated Anneling ?

Ajay Jadhav
  • 161
  • 1
  • 1
  • 5

1 Answers1

0

The module Scikit-learn has a lot of datasets that you can find here. For Feature Selection there are some examples here but I'm not sure if that is what are you looking for.