I am a 35 year old intern starting a career in analytics. Thank you for this
@Rapha_Carpio Жыл бұрын
36 y/old here
@ak2219610 ай бұрын
@@Rapha_Carpio hey good luck to you both. How did you find internships are older appliers?
@Aj_J1324 ай бұрын
I found this tutorial very helpful and really helped a beginner/student like myself. Keep it up!
@daniellepashayan7738 ай бұрын
@4:01 - create a list of the seasons you want to include and do a nested list comprehension using any. this helps too so if you ever want to add more seasons, you just edit the variable value instead of changing the code in the list comp desired_seasons = ['2019', '2020', '2021'] target_seasons = [season for season in seasons if any(target in season for target in desired_seasons )]
@WingfanSports8 ай бұрын
Great video. For anyone that cares Matt Stafford no only switched teams but also played in the super bowl that year giving him 4 additional games. This model would be significantly better if you limited it to regular season only and maybe strip out players who switched teams
@peterk62152 жыл бұрын
Thanks Nick. This was great! Hope that you do more in the future. 🙂
@WingfanSports8 ай бұрын
This was Herbert second season so a big jump not surprising. Adding some sort of age curve to this might also be smart
@Rapha_Carpio Жыл бұрын
13:56 maybe you can get rid of all nan values.... just dropping it or fill those NaN with the mean..
@briankkrieger1685 Жыл бұрын
I'm a complete noob, but I'm trying to learn. Do you have a video or instructions on how you download the github data so you can use it when following along in google collab
@h00die492 жыл бұрын
Love this type of content, thanks Nick!
@Rapha_Carpio Жыл бұрын
25:42 Can we like put colors to the top 5 Preds so if we are like looking to "buy" a new quarterback we can go for the top 5... I don't think you need all the 20 seasons, usually a player play at the top level 5-7 seasons..
@longieboy Жыл бұрын
Very nice! Could you bring more videos on prediction sport outcomes with python?
@Rapha_Carpio Жыл бұрын
15:02 Previous interceptions has nothing to do with the "next year touchdowns" because, the interceptions might be fault of the offensive player that did not catch the ball... or did not read the play very well and the defend just got the ball on the go... for newbies... we see that the correlation is so weak in that graphs "touchdowns and interceptions_prev" the line blue is not so high.
@michaelg935911 ай бұрын
how do you get the data?
@jeremyespinoza279 Жыл бұрын
Could you make a NFL fantasy one.
@tyler_russell Жыл бұрын
If you have more data, why wouldn’t you train with it? For example, why not 2019 and 2020 to train and then test on 2021.
@colinbehan933011 ай бұрын
It’s a shame you don’t respond to anyone in here asking questions for support. Not a good strategy for building a following!
@My_oh_face6 ай бұрын
yeah for that reason im outta here
@My_oh_face6 ай бұрын
if anybody knows a content creator that responds to messages let me know
@averagejoe58222 жыл бұрын
Nice! Love the content
@briankkrieger1685 Жыл бұрын
Also is there a resource for you to learn what pandas, matplotlib, and seaborn do for you?
@smasher7144 Жыл бұрын
I'm having some trouble with the loop and append section is there any other documentation to follow? Using VSCode for reference
@zachwells2842 Жыл бұрын
Same
@storiebrand468211 ай бұрын
Explained very well thanks bro
@tweakyapollo Жыл бұрын
Does this only work with csv? Or can this be an Excel sheet
@hastyscorpion3 ай бұрын
You can export a excel file as a csv
@HoofSC6 ай бұрын
szns = ['2019', '2020', '2021'] target_seasons = [x for x in szn_folders if x in szns]
@Hurtchie Жыл бұрын
did it work?
@MoanhLG2 ай бұрын
wtf, you just only explain the code with the command. IDK what can I get from your video ?