Re: [scikit-learn] Help interpreting decision function plot

2021-11-04 Thread Matemática A3K
Is this better suited for office hours? On Sun, Oct 31, 2021 at 2:07 PM Matemática A3K wrote: > Hi! > > I have been building a tool that integrates statistical engines - > specially scikit-learn - with django called django-ai > . > > With that

[scikit-learn] Help interpreting decision function plot

2021-10-31 Thread Matemática A3K
Hi! I have been building a tool that integrates statistical engines - specially scikit-learn - with django called django-ai . With that tool, I have built another, covid-ht , which should showcase the power

Re: [scikit-learn] Help with a bug

2021-07-16 Thread Farhat, Nadim
Hello , I think you have typo it is Decision not Decesion  Bests Sent from Mail for Windows 10 From: research njagiSent: Friday, July 16, 2021 10:31 AMTo: [email protected]: [scikit-learn] Help with a bug kindly help me fix this bug ImportError: cannot import name

Re: [scikit-learn] Help with a bug

2021-07-16 Thread mitali katoch
Hey, Use correct name: DecisionTreeClassifier All the best! On Fri, Jul 16, 2021, 16:30 research njagi wrote: > kindly help me fix this bug > > ImportError: cannot import name 'DecesionTreeClassifier' from 'sklearn.tree' > (C:\Users\ASUS\Anaconda3\lib\site-packages\sklearn\tree\__init__.py) >

[scikit-learn] Help with a bug

2021-07-16 Thread research njagi
kindly help me fix this bug ImportError: cannot import name 'DecesionTreeClassifier' from 'sklearn.tree' (C:\Users\ASUS\Anaconda3\lib\site-packages\sklearn\tree\__init__.py) ___ scikit-learn mailing list [email protected] https://mail.python.org/

Re: [scikit-learn] Help with Pull Request( Checks failing)

2018-07-24 Thread Sebastian Raschka
I am not a core dev, but I think I can see what's wrong there (mostly Flake8 issues). Let me comment about that over there. > On Jul 24, 2018, at 7:34 PM, Prathusha Jonnagaddla Subramanyam Naidu > wrote: > > This is the link to the PR - > https://github.com/scikit-learn/scikit-learn/pull/1167

Re: [scikit-learn] Help with Pull Request( Checks failing)

2018-07-24 Thread Prathusha Jonnagaddla Subramanyam Naidu
This is the link to the PR - https://github.com/scikit-learn/scikit-learn/pull/11670 On Tue, Jul 24, 2018 at 8:33 PM, Prathusha Jonnagaddla Subramanyam Naidu < [email protected]> wrote: > Hi everyone, > I submitted my first PR few hours back and I see that two tests > failed. Would really appr

[scikit-learn] Help with Pull Request( Checks failing)

2018-07-24 Thread Prathusha Jonnagaddla Subramanyam Naidu
Hi everyone, I submitted my first PR few hours back and I see that two tests failed. Would really appreciate if anyone can help me with how to fix these/ what I am doing wrong. Thank you ! ___ scikit-learn mailing list [email protected] https

Re: [scikit-learn] help

2018-06-16 Thread Joel Nothman
acceptable keyword). I still get > the same deprecation warning, though I don't understand why as I am using > model_evaluation now. Regardless, I think the problem is fixed. > > > Once again, thank you for your help! > > > Kind regards, > > > Alexandra >

Re: [scikit-learn] help

2018-06-16 Thread Alexandra Metallinou Log
27;t understand why as I am using model_evaluation now. Regardless, I think the problem is fixed. Once again, thank you for your help! Kind regards, Alexandra Fra: scikit-learn på vegne av Joel Nothman Sendt: fredag 15. juni 2018 01.57.31 Til: Scikit-learn

Re: [scikit-learn] help

2018-06-14 Thread Joel Nothman
model_evaluation.cross_val_score(model, X, y, scoring='neg_mse') will produce the same, but negated so that greater is better. ___ scikit-learn mailing list [email protected] https://mail.python.org/mailman/listinfo/scikit-learn

Re: [scikit-learn] help

2018-06-14 Thread Christos Aridas
Hey Alexandra . Could you please post a minimal, complete, and verifiable example? Apart from this could you post the exact error message? Best, Chris On Thu, Jun 14, 2018 at 1:44 PM, Alexandra Metallinou Log < [email protected]> wrote: > Dear Sir/Madam, > > > I have stumbled upon a probl

Re: [scikit-learn] help

2018-06-14 Thread Prokopis Gryllos
Hey Alexandra, Can you maybe share the error output? gr, Prokopis On Thu, Jun 14, 2018 at 5:20 PM Alexandra Metallinou Log < [email protected]> wrote: > Dear Sir/Madam, > > > I have stumbled upon a problem while trying to run some old code using > skcikit-learn: > > > scores = cross_valid

[scikit-learn] help

2018-06-14 Thread Alexandra Metallinou Log
Dear Sir/Madam, I have stumbled upon a problem while trying to run some old code using skcikit-learn: scores = cross_validation.cross_val_score(model, X, Y, cv = 10, score_func = metrics.mean_squared_error) This line will not run in a program I downloaded, and as I am not yet very famillia

[scikit-learn] Help me Please!

2018-05-08 Thread Santosh Subedi
Hello, I'm using Scikit-learn for Gaussian Process Regression (GPR). I'm facing a problem/confusion regarding GaussianProcessRegressor class. If gp is a GaussianProcessRegressor, the prediction is given as: y_pred_test, sigma = gp.predict(x_test, return_std =True) After printing the y_pred_test

Re: [scikit-learn] help-Renaming features in Sckit-learn's CountVectorizer()

2018-03-05 Thread Joel Nothman
You can effectively merge features through matrix multiplication: multiply the CountVectorizer output by a sparse matrix of shape (n_features_in, n_features_out) which has 1 where the output feature corresponds to an input feature. Your spelling correction then consists of building this mapping mat

[scikit-learn] help-Renaming features in Sckit-learn's CountVectorizer()

2018-03-05 Thread Ranjana Girish
Hai all, I have a very large pandas dataframe. Below is the sample * Id description* 1switvch for air conditioner transformer.. 2control tfrmr... 3coling pad. 4DRLG machine 5hair smothing kit..

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

Re: [scikit-learn] Help With Text Classification

2017-08-03 Thread Joel Nothman
pipeline helps in prediction time too. On 4 Aug 2017 7:49 am, "pybokeh" wrote: > I found my problem. When I one-hot encoded my test part #, it resulted in > being a 1x1 matrix, when I need it to be a 1x153. This happened because I > used the default setting ('auto') for n_values, when I needed

Re: [scikit-learn] Help With Text Classification

2017-08-03 Thread pybokeh
I found my problem. When I one-hot encoded my test part #, it resulted in being a 1x1 matrix, when I need it to be a 1x153. This happened because I used the default setting ('auto') for n_values, when I needed it set it to 153. Now when I horizontally stacked it to my other feature matrix, the r

Re: [scikit-learn] Help With Text Classification

2017-08-02 Thread Joel Nothman
One of the key advantages of Pipeline is that it makes sure that equivalent processing happens at training and prediction time (assuming you do not write your own transformers that break their contract). This is what appears to have broken in your current attempts. On 3 August 2017 at 13:12, pybok

Re: [scikit-learn] Help With Text Classification

2017-08-02 Thread pybokeh
Thanks Joel for recommending FeatureUnion. I did run across that. But for just 2 features, I thought that might be overkill. I am aware of Pipeline which the scikit-learn example explains very well, which I was going to utilize once I finalize my script. I did not want to abstract away too much

Re: [scikit-learn] Help With Text Classification

2017-08-02 Thread Joel Nothman
Use a Pipeline to help avoid this kind of issue (and others). You might also want to do something like http://scikit-learn.org/stable/auto_examples/hetero_feature_union.html On 3 August 2017 at 12:01, pybokeh wrote: > Hello, > I am studying this example from scikit-learn's site: > http://scikit-

[scikit-learn] Help With Text Classification

2017-08-02 Thread pybokeh
Hello, I am studying this example from scikit-learn's site: http://scikit-learn.org/stable/tutorial/text_analytics/working_with_text_ data.html The problem that I need to solve is very similar to this example, except I have one additional feature column (part #) that is categorical of type string.

Re: [scikit-learn] Help with NLP

2017-07-07 Thread Olivier Grisel
Please use this mailing list if you have targeted scikit-learn mailing list questions. Otherwise you should better ask a specific question on an NLP and datascience community platform such as: https://datascience.stackexchange.com/questions/tagged/nlp or if you have a programming related question

Re: [scikit-learn] Help with NLP

2017-07-07 Thread Ariani A
Dear Jacob, I know, but I am just asking to get help! @Carlton, I want to do text processing, can I email you so that the others do not bother? Best, -Ariani On Fri, Jul 7, 2017 at 12:52 PM, Jacob Schreiber wrote: > The scikit-learn mailing list is probably not the best place to be asking > for

Re: [scikit-learn] Help with NLP

2017-07-07 Thread Jacob Schreiber
The scikit-learn mailing list is probably not the best place to be asking for help with another module. On Fri, Jul 7, 2017 at 9:28 AM Ariani A wrote: > Yes , it is. > regards > > On Fri, Jul 7, 2017 at 12:23 PM, Carlton Banks wrote: > >> NLP as is Natural language processing? >> >> Den 7. jul.

Re: [scikit-learn] Help with NLP

2017-07-07 Thread Carlton Banks
I am still not sure i quite understand.. What aspect of NLP are you involved in speech recognition? > Den 7. jul. 2017 kl. 18.24 skrev Ariani A : > > Yes , it is. > regards > > On Fri, Jul 7, 2017 at 12:23 PM, Carlton Banks > wrote: > NLP as is Natural language proces

Re: [scikit-learn] Help with NLP

2017-07-07 Thread Ariani A
Yes , it is. regards On Fri, Jul 7, 2017 at 12:23 PM, Carlton Banks wrote: > NLP as is Natural language processing? > > Den 7. jul. 2017 kl. 18.18 skrev Ariani A : > > Dear all, > I need an urgent help with NLP, do you happen to know anyone who knows > nltk or NLP modules? Have anybody of you re

Re: [scikit-learn] Help with NLP

2017-07-07 Thread Carlton Banks
NLP as is Natural language processing? > Den 7. jul. 2017 kl. 18.18 skrev Ariani A : > > Dear all, > I need an urgent help with NLP, do you happen to know anyone who knows nltk > or NLP modules? Have anybody of you read this paper? > "Template-Based Information Extraction without the Templates."

[scikit-learn] Help with NLP

2017-07-07 Thread Ariani A
Dear all, I need an urgent help with NLP, do you happen to know anyone who knows nltk or NLP modules? Have anybody of you read this paper? "Template-Based Information Extraction without the Templates." I am looking forward to hearirng from you soon! Best, -Ariani ___

Re: [scikit-learn] Help with data parsing (link to stack exchange question)

2017-06-14 Thread Jacob Schreiber
It's unclear to me what exactly you want to do with the classification algorithm. Is your goal to take in a binary data matrix indicating the presence of certain k-mers and predict whether the the present k-mers indicate a susceptible or resistant genome? If so, then you need to convert your sequen

[scikit-learn] Help with data parsing (link to stack exchange question)

2017-06-13 Thread Daniel Harris
Hello, I hope this is the correct email address for questions regarding support. I posted my question here on stack exchange: https://bioinformatics.stackexchange.com/q/702/842 Thank you, Daniel ___ scikit-learn mailing list [email protected] http

Re: [scikit-learn] Help with improving t-sne

2016-08-22 Thread Andreas Mueller
Hi Sean. Thanks for working on this. Do you have any more specific questions? Have you looked at the barnes-hut paper? Cheers, Andy On 08/19/2016 07:59 PM, Shanglun Wang wrote: Hello, I am currently working on a ticket on github involving improving the data structures powering t-sne. I am

[scikit-learn] Help with improving t-sne

2016-08-19 Thread Shanglun Wang
Hello, I am currently working on a ticket on github involving improving the data structures powering t-sne. I am running into some trouble trying to conceptually link up what the code is doing and the underlying mathematical theory. Normally I would just grapple with it, but I feel like I would ne