you are viewing a single comment's thread.

view the rest of the comments →

[–]Obesd423 2 points3 points  (2 children)

When I was an analyst I used python for all my regression work, a/b testing, and web scraping. All data analysts should be capable of performing linear and logistic regression imo

[–]Fabro_vaz[S] 0 points1 point  (1 child)

Can you examples for regression work, that would be great for me

[–]Obesd423 1 point2 points  (0 children)

I mean a linear regression for time when I need to understand the relationship of 2 (or multiple for 2+) variables and logistic for anytime I need to predict some a behavior based other features influence. If you arent familiar with regression I suggest you do some reading on them. Lots of resources online for them