Pandas update - http://pandas.pydata.org/pandas-docs/stable/whatsnew.html
I had tried to run some previous work I'd done in R through Python using Pandas and sklearn (in order to learn more about Python), and gave up when I realized I couldn't factorize a variable with Pandas.
Now that that issue is resolved, I'd like to go back at it but I couldn't figure out if sklearn will now utilize these categorical values by default, or if I now need to wait for a sklearn update?
Does anyone know off hand if I'm good to go, or if I need to wait on the sklearn devs?
[link][2 comments]