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
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
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
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
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