alchemistry / alchemtest

the simple alchemistry test set
https://alchemtest.readthedocs.io
BSD 3-Clause "New" or "Revised" License
8 stars 12 forks source link

replace sklearn Bunch with own code #8

Closed orbeckst closed 6 years ago

orbeckst commented 6 years ago

For convenience we use Bunch from sklearn but this pulls in lots of heavy dependencies (sklearn, numpy) that we could do without. Granted, most people will have them, but I'd rather go with lean and mean.

Look into taking the code for Bunch from sklearn (or rewriting) so that we are independent from this library.