TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Is it possible to be a data science “script kiddy”?

7 pointsby dizzydizover 3 years 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)?

7 comments

disgruntledphd2over 3 years ago
Probably, but it&#x27;s almost certainly not a good idea.<p>This is a pretty good (and free) textbook: <a href="https:&#x2F;&#x2F;otexts.com&#x2F;fpp2&#x2F;" rel="nofollow">https:&#x2F;&#x2F;otexts.com&#x2F;fpp2&#x2F;</a><p>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&#x27;re using can help dramatically when you&#x27;re trying to debug things.<p>I don&#x27;t think the book above has that much maths, and it&#x27;s definitely aimed at newbies to forecasting. The examples are in R though, which may not be particularly useful for you.
midjjiover 3 years ago
Tons of companies have and are hireing people for little more than beeing able o download install and run the pytorch examples, and who have possibly managed to retrain an existing network architecture for a similar task on a similar dataset. They are absolutely the script kiddie equivalent of a data scientist.<p>A simple trick question to see if you are one: Given a dataset with significant sample imbalance, how should the optimization be adjusted to account for this?
jstx1over 3 years ago
Maybe. What&#x27;s your question more concretely?<p>If you want to just figure out how to call some functions and get an output from them - yes, of course you can. Do you care about getting useful results? Do you want to do this as a full time job or is it just a one-off time series problem?
WastingMyTime89over 3 years ago
Can you produce really insightful and correct analysis of time series without understanding what you are doing? No.<p>There are no shortcuts with statistics. It will all seem to work out fine until you involuntary shoot yourself in the foot and you most likely will because doing forecasting properly is tricky. If you are lucky you will notice something doesn’t look right but you might not.
sarussoover 3 years ago
Are you looking to just do some forecasting? Univariate or multivariate time series?
pcuniteover 3 years ago
What kinds of source data and from where?
throwawaynayover 3 years ago
So there&#x27;s <a href="https:&#x2F;&#x2F;fast.ai" rel="nofollow">https:&#x2F;&#x2F;fast.ai</a> MOOCs+library which don&#x27;t require a big theoretical background<p>I heard about a program that looked great to do data science from just data a while ago, but I can&#x27;t find it :&#x2F; It was on Show HN I think<p>I found that tho, don&#x27;t know if it&#x27;s gonna be helpful: <a href="https:&#x2F;&#x2F;towardsdatascience.com&#x2F;top-8-no-code-machine-learning-platforms-you-should-use-in-2020-1d1801300dd0" rel="nofollow">https:&#x2F;&#x2F;towardsdatascience.com&#x2F;top-8-no-code-machine-learnin...</a> <a href="https:&#x2F;&#x2F;www.obviously.ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.obviously.ai&#x2F;</a>