Remix.run Logo
ozim 2 days ago

Not everyone knows everything so knowledge is the new oil.

I do know about linear regression even had quite some of it at university.

But I still wouldn’t be able to just implement it on some data without good couple days to weeks of figuring things out and which tools to use so I don’t implement it from scratch.

idiotsecant a day ago | parent [-]

Implement it...from scratch? Its literally least squares regression. Its a few lines of code. What are you trying to say here?

ozim a day ago | parent [-]

You have to get the data first build all data processing pipelines to get your parameters for linear regression.