Re: [scikit-learn] Help needed

2017-09-15 Thread Andreas Mueller
I think you already submitted a PR, right? The PR is definitely the right place to discuss this. Can I asked what you googled that didn't yield results? Because I get these instructions: https://matplotlib.org/faq/installing_faq.html On 09/14/2017 09:24 PM, L Ali wrote: Hi guys, I am tota

Re: [scikit-learn] Help needed

2017-09-14 Thread Sebastian Raschka
again for your advise. > > Li Yuan > > From: Sebastian Raschka > Sent: Thursday, September 14, 2017 9:36 PM > To: Scikit-learn mailing list > Subject: Re: [scikit-learn] Help needed > > Hi, Li, > > to me, it looks like you are importing matplotlib in your c

Re: [scikit-learn] Help needed

2017-09-14 Thread L Ali
Sent: Thursday, September 14, 2017 9:36 PM To: Scikit-learn mailing list Subject: Re: [scikit-learn] Help needed Hi, Li, to me, it looks like you are importing matplotlib in your code, but matplotlib is not being installed on the CI instances that are running the scikit-learn unit tests. Or in

Re: [scikit-learn] Help needed

2017-09-14 Thread Sebastian Raschka
Hi, Li, to me, it looks like you are importing matplotlib in your code, but matplotlib is not being installed on the CI instances that are running the scikit-learn unit tests. Or in other words, the Travis instance is trying to execute an "import matplotlib..." and fails because matplotlib is n

[scikit-learn] Help needed

2017-09-14 Thread L Ali
Hi guys, I am totally new to the scikit-learn, I am going to submit a pull request to the repository, but always got following error message, I could not find any usefully information from Google, my last hope is our community. Is there anyone can give me some advise about this error: ModuleNo