Re: [scikit-learn] return type of StandardScaler

2016-12-07 Thread Bharat Didwania .
you can use pandas.get_dummies() . It will perform one hot encoding on categorical columns, and produce a dataframe as the result. From there you can use pandas.concat([existing_df, new_df],axis=0) to add the new column

Re: [scikit-learn] ANN Scikit-learn 0.18 released

2016-09-29 Thread Bharat Didwania .
Hi everybody, I want to participate in gsoc 2017 for scikit-learn projects. Can anyone suggest any mentors to whom i can contact.? Sent with Mailtrack On Thu, Sep 29, 2016 at 8:10

[scikit-learn] Fwd: [Scikit-learn-general] MultinomialNB Scikit-learn question

2016-09-26 Thread Bharat Didwania 4-Yr B.Tech. Electrical Engg.
-- Forwarded message -- From: Bharat Didwania 4-Yr B.Tech. Electrical Engg. < bharat.didwania.ee...@itbhu.ac.in> Date: Mon, Sep 26, 2016 at 11:04 PM Subject: Re: [Scikit-learn-general] MultinomialNB Scikit-learn question To: scikit-learn-gene...@lists.sourceforge.net It see