Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Perl in data science: could a grant from Perl foundation be useful?

by thechartist (Monk)
on Feb 19, 2020 at 00:37 UTC ( [id://11113127]=note: print w/replies, xml ) Need Help??


in reply to Perl in data science: could a grant from Perl foundation be useful?

There is nothing wrong with using Perl for data analysis if you know what you are trying to do. There are a number of options for conducting statistical analyses from a classical POV. Bayesian methods are sadly lacking right now, but you can always call out to R for that.

If you just want to unleash algorithms on vast quantities of data (of unverifiable quality), Perl has some "machine learning" options, but they are limited, as are tutorials.

A better use would be to see how machine learning algorithms could improve Perl on systems that do not get a lot of testing. That is what I am focusing on right now. I expect I'll need to write bindings to various C++ libraries, which is not the most appealing of options.

  • Comment on Re: Perl in data science: could a grant from Perl foundation be useful?

Replies are listed 'Best First'.
Re^2: Perl in data science: could a grant from Perl foundation be useful?
by zubenel0 (Sexton) on Feb 20, 2020 at 18:40 UTC

    That seems pretty interesting what are you trying to do, could you elaborate a little more? How do you think machine learning could benefit in improving Perl? As a personal experience, sometimes I encounter troubles by using Perl on Windows and on Linux it works just fine...

      I am trying to formalize a model/process that can ID distributions where a patch on one is highly likely to also work on another. Retrospectively, we can patch multiple models and reduce time bug hunting. Prospectively, we can configure build scripts to eliminate certain problems.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11113127]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (6)
As of 2024-04-23 21:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found