Re: [Scikit-learn-general] Import error for Robust scaler

2015-12-06 Thread Sumedh Arani
Greetings!! My negligence!! Thanks for the reply!!:-) Yours sincerely, Sumedh Arani, PES University. On 7 Dec 2015 00:56, "Andy" wrote: > On 12/02/2015 05:19 AM, Sumedh Arani wrote: > > > > Greetings!! > > > > Yet still the problem still arises and it still shows import error for > > RobustScal

Re: [Scikit-learn-general] Import error for Robust scaler

2015-12-06 Thread Andy
On 12/02/2015 05:19 AM, Sumedh Arani wrote: > > Greetings!! > > Yet still the problem still arises and it still shows import error for > RobustScaler > > And I also am reading the documentation of 0.16 for reference. When I > tried to run one of the examples given in examples folder and it has >

Re: [Scikit-learn-general] Import error for Robust scaler

2015-12-02 Thread Sumedh Arani
Greetings!! Yet still the problem still arises and it still shows import error for RobustScaler And I also am reading the documentation of 0.16 for reference. When I tried to run one of the examples given in examples folder and it has this file named plot_robust_scaling.py which when ran resulted

Re: [Scikit-learn-general] Import error for Robust scaler

2015-12-01 Thread Sumedh Arani
Greetings!! It's 0.16.1. I'm currently using python3 and hence executed the command as mentioned by you using python 3. I've downloaded the scikit-master from github on 16 October and I think the source code I'm referring to is probably 0.16.0 which includes robust scaler in data.py file under s

Re: [Scikit-learn-general] Import error for Robust scaler

2015-12-01 Thread Joel Nothman
But check that the version you are using in the appropriate Python instance is correct. For example: python -c 'import sklearn; print(sklearn.__version__)' On 2 December 2015 at 16:24, Sumedh Arani wrote: > Greetings!! > > I've used pip install --upgrade scikit-learn and it says the requireme

Re: [Scikit-learn-general] Import error for Robust scaler

2015-12-01 Thread Sumedh Arani
Greetings!! I've used pip install --upgrade scikit-learn and it says the requirement is up to date. I remember to have upgraded to version 0.17. Initially I had installed 0.16. Anyways thanks for the help!! I'll reinstall it!! On 2 Dec 2015 09:52, "Andreas Mueller" wrote: > You are likely using

Re: [Scikit-learn-general] Import error for Robust scaler

2015-12-01 Thread Andreas Mueller
You are likely using an old version of scikit-learn that doesn't include RobustScaler. Update your installation. On 11/28/2015 08:18 PM, Sumedh Arani wrote: Dear developers, In my due process to correct am way bug posted in the issues section in github, I tried to work on robust scaler. I t

[Scikit-learn-general] Import error for Robust scaler

2015-11-28 Thread Sumedh Arani
Dear developers, In my due process to correct am way bug posted in the issues section in github, I tried to work on robust scaler. I tried importing it several times but to no avail. I even tried running plot_robust_scaling.py on my system which runs on osX which still gave me an import error. Whe