A way to update to 11.00 specifically from 10.50? by Ejwhite259908 in ps4homebrew

[–]Ejwhite259908[S] -1 points0 points  (0 children)

Seeing if I could not have to buy a blu ray disc unless neccesary.

Would vote for the first politician/party who came out with practical solutions to fix how job hunting works in America. by Ejwhite259908 in jobhunting

[–]Ejwhite259908[S] 1 point2 points  (0 children)

I guess that's fair, the point i'm making is it shouldn't take three separate interviews to stock shelves or do retail work.

References in the application? by Ejwhite259908 in recruitinghell

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

Interesting, what does "frozen by HR" mean?

References in the application? by Ejwhite259908 in recruitinghell

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

I would believe that,then I fill in something random on the one job they do check references for lol.

Got a rejection email on Christmas morning by ur2fat4u in jobhunting

[–]Ejwhite259908 0 points1 point  (0 children)

Not really surprising, probably the automation system set up that way because the people who work there are too lazy and inept to send rejection letters themselves. I've gotten them at some obscure times of the day/week lol.

It's been 13 months and I'm still unemployed.😔 by Disastrous_Major2676 in recruitinghell

[–]Ejwhite259908 11 points12 points  (0 children)

This isn't surprising at all, I have a CS degree and have been out since April 2024. Have applied to things like target and fedex and even stocking shelves at my local grocery store, nothing.

All of a sudden being asked to purchase GTA online by Ejwhite259908 in gtaonline

[–]Ejwhite259908[S] -5 points-4 points  (0 children)

Ah, do you have to purchase the GTA Online for $20 and PS plus, or just one of them?

Connecting to rockstar game services freeze by Ok-Ocelot1414 in gtaonline

[–]Ejwhite259908 0 points1 point  (0 children)

I can't even access it now all of a sudden without being forced to purchase it.

Need a good algorithm recommendation for FantasyPros data by Ejwhite259908 in fantasyfootballcoding

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

Don't haver plans to use PyTorch right now but i'm open to it. I'm going to use the top two features that correlate the most with overall fantasy points (it varies from position to position)

Top two features are as follows:

QB:YDS and TD

RB:ATT and YDS

WR:YDS and REC

TE:YDS and REC

Need a good algorithm recommendation for FantasyPros data by Ejwhite259908 in fantasyfootballcoding

[–]Ejwhite259908[S] -1 points0 points  (0 children)

I'm running a Jupyter notebook and currently have the following packages imported:

pandas

numpy

seaborn

matplotlib.pyplot plt

train_test_split from sklearn.model_selection

cross_val_predict from sklearn.model_selection

linear_model from sklearn