Re: perl for machine learning

2017-02-09 Thread community tech
Is there a gathering of perl machine learning libraries? like, http://stackabuse.com/the-best-machine-learning-libraries-in-python/ We are currently looking at scikit-learn, but also want to find the perl implementation. Thanks. 2017-02-10 5:55 GMT+08:00 Alex : > Maybe also have a look here: ht

Re: perl for machine learning

2017-02-09 Thread Alex
Maybe also have a look here: http://perl4science.github.io/software/ Not sure about "popular", but at least there is a short list. Best regards, Alex > Am 08.02.2017 um 02:47 schrieb community tech : > > Is there a popular perl library/framework for machine learning? > > Thanks.

Re: warnings in Math::Complex

2017-02-09 Thread Jim Gibson
> On Feb 9, 2017, at 7:39 AM, Simon Bauer wrote: > > Hi, > > when I turn on -W in one of my perl scripts then I get a lot of warnings > concerning Math::Complex > > Prototype mismatch: sub Math::Complex::abs (_) vs none at > /usr/share/perl/5.22/Math/Complex.pm line 667. > Prototype mism

Re: warnings in Math::Complex

2017-02-09 Thread Andy Bach
On Thu, Feb 9, 2017 at 9:39 AM, Simon Bauer wrote: > when I turn on -W in one of my perl scripts then I get a lot of warnings > concerning Math::Complex > > Prototype mismatch: sub Math::Complex::abs (_) vs none at > /usr/share/perl/5.22/Math/Complex.pm line 667. > Prototype mismatch: sub Math:

warnings in Math::Complex

2017-02-09 Thread Simon Bauer
Hi,   when I turn on -W in one of my perl scripts then I get a lot of warnings concerning Math::Complex    Prototype mismatch: sub Math::Complex::abs (_) vs none at /usr/share/perl/5.22/Math/Complex.pm line 667.  Prototype mismatch: sub Math::Complex::sqrt (_) vs none at /usr/share/perl/5.22/Ma