Re: Python, Be Bold!

2020-01-05 Thread Chris Angelico
On Sun, Jan 5, 2020 at 7:51 PM Andrea D'Amore wrote: > > On Thu, 2 Jan 2020 at 09:38, Chris Angelico wrote: > > > The wheel does not need to be reinvented. > > I see what you did there. > If you're talking about the pip-installable "wheel" format, then I *think* that it's a reference to that exp

Re: Python, Be Bold!

2020-01-05 Thread Andrea D'Amore
On Thu, 2 Jan 2020 at 09:38, Chris Angelico wrote: > The wheel does not need to be reinvented. I see what you did there. -- Andrea -- https://mail.python.org/mailman/listinfo/python-list

Re: Python, Be Bold!

2020-01-05 Thread Abdur-Rahmaan Janhangeer
On Sun, 5 Jan 2020, 14:38 Marco Sulla, < mail.python@marco.sulla.e4ward.com> wrote: > > Sorry, I do not understand. > Probably do you mean: I install all the wheels in a machine identical > to the target I want (maybe using a VM, I don't know if Python support > cross-compiling). Then I copy t

Re: Error in python installation - was Re: Python, Be Bold!

2020-01-05 Thread Michael Torrie
On 1/5/20 7:59 AM, Kishor Soni wrote: > After proceeding installation, few minutes later such error appears > "0x80072f7d - unspecified error" > A log file is generated and attached herewith I prefer to keep communication on the list. Where did you download the installer from? Python.org or som

Dataset training using Kmeans

2020-01-05 Thread hanan lamaazi
Dear all, I'm actually using the K-means algorithm for clustering, and scikit-learn machine learning in python. when I want to print my "score_accuarcy" using this command >print(metrics.accuracy_score(y_test, y_pred)) I get the following error : "Classification metrics can't handle a mix o