|
|
|
Ask HN: Is it possible to be a data science “script kiddy”?
|
|
7 points
by dizzydiz
1596 days ago
|
|
I have some research I'm looking to do on time-series in python in the coming weeks. In the longer term I do want to understand the math/stat underpinnings (I'm using Brilliant to catch up on maths), but, for now, could I make decent predictions/tests using python libraries? Perhaps by reading a layman's explanation of various outputs first (math is the limiting factor in this timeline)? |
|
This is a pretty good (and free) textbook: https://otexts.com/fpp2/
To elaborate on my point above, you can definitely get some results quickly without understanding how it all works, but even a small bit of knowledge about whatever method you're using can help dramatically when you're trying to debug things.
I don't think the book above has that much maths, and it's definitely aimed at newbies to forecasting. The examples are in R though, which may not be particularly useful for you.