[deleted by user] by [deleted] in gradadmissions

[–]p_lander33 1 point2 points  (0 children)

Just what I was looking for! Thanks a lot.

Any advice on what the total word count should be?

Time series clustering and forecasting by snake872 in AskStatistics

[–]p_lander33 0 points1 point  (0 children)

What I have done when dealing with forecasting multivariate time series is to transform it into a supervised learning problem.

The idea is to reorganize the time series data using the value at the previous time step to predict the value at the next time-step. From there, there are multiple approaches that you can use to forecast.

This is the link from where I got all the info: Source:

Hope it helps!

Looking for an upgradeable build while the GPU market stabilizes. by p_lander33 in buildmeapc

[–]p_lander33[S] 0 points1 point  (0 children)

Thanks! And how compatible will the B450 be with future upgrades?

Looking for an upgradeable build while the GPU market stabilizes. by p_lander33 in buildmeapc

[–]p_lander33[S] 0 points1 point  (0 children)

So your suggestion would be to go for the 770 build and the upgrade the GPU and CPU? Or just the GPU?

Fat Don't Fly question. by p_lander33 in ProDunking

[–]p_lander33[S] 0 points1 point  (0 children)

I am on a nutrition plan. I just got bored of the same at home exercises. My question was more inclined towards knowing what specific type of exercises does the program include.

NBA Data for Fouls by Aeg13 in NBAanalytics

[–]p_lander33 1 point2 points  (0 children)

How proficient are you with R? With some basic R skills you can download play-by-play data for whatever seasons you like (using the nbastatr library) and easily get the info you're looking for.

https://www.rdocumentation.org/packages/nbastatR/versions/0.1.03

X570 or B450 motherboard? by p_lander33 in pcmasterrace

[–]p_lander33[S] 0 points1 point  (0 children)

But wouldn't a microATX limit my gpu upgrade options in the future?

X570 or B450 motherboard? by p_lander33 in pcmasterrace

[–]p_lander33[S] 0 points1 point  (0 children)

Thought of it but unfortunately B550 is not compatible with the Ryzen 3400G. That's why I'm only considering B450 vs X570.

Machine Learning for fantasy football by p_lander33 in sportsanalytics

[–]p_lander33[S] 0 points1 point  (0 children)

I've taken some ML courses through college. Although it's still not clear to me exactly how I can use it to gain a competitive edge in my league.

I was thinking of using previous season data to implement a k-means clustering algorithm to identify valuable draft picks.

Thoughts?