On Sun, 16 Dec 2018 at 09:49, Vincent Davis wrote:
>
> Why not start with a histogram.
>
> Vincent
>
> On Sat, Dec 15, 2018 at 6:46 PM Marc Lucke wrote:
>
> > hey guys,
> >
> > I have a hobby project that sorts my email automatically for me & I want
> > to improve it. There's data science and st
-Original Message-
From: Avi Gross
Sent: Saturday, December 15, 2018 11:27 PM
To: 'Marc Lucke'
Subject: RE: clusters of numbers
Marc,
There are k-means implementations in python, R and other places. Most uses
would have two or more dimensions with a goal of specifying how many clus
Why not start with a histogram.
Vincent
On Sat, Dec 15, 2018 at 6:46 PM Marc Lucke wrote:
> hey guys,
>
> I have a hobby project that sorts my email automatically for me & I want
> to improve it. There's data science and statistical info that I'm
> missing, & I always enjoy reading about the p
On Sun, 16 Dec 2018 at 01:47, Marc Lucke wrote:
>
> hey guys,
>
> I have a hobby project that sorts my email automatically for me & I want
> to improve it. There's data science and statistical info that I'm
> missing, & I always enjoy reading about the pythonic way to do things too.
>
> I have a
hey guys,
I have a hobby project that sorts my email automatically for me & I want
to improve it. There's data science and statistical info that I'm
missing, & I always enjoy reading about the pythonic way to do things too.
I have a list of percentage scores:
(1,11,1,7,5,7,2,2,2,10,10,1,2,2
On 15/12/2018 09:56, jf...@ms4.hinet.net wrote:
> Appreciate your thoughtfully analysis on this code. Before generalize it with
> arbitrary additions, as Peter suggested:-), a recursive version is needed. I
> may give it a try on this Sunday.
>
>
> Avi Gross at 2018/12/15 UTC+8 AM8:13:37 wrote:
Appreciate your thoughtfully analysis on this code. Before generalize it with
arbitrary additions, as Peter suggested:-), a recursive version is needed. I
may give it a try on this Sunday.
Avi Gross at 2018/12/15 UTC+8 AM8:13:37 wrote:
> REAL SUBJECT: Analysis of alternate algorithms.
>
> Pete