Please solve and code this on a colab since it would be easier and…

Question Please solve and code this on a colab since it would be easier and… Please solve and code this on a colab since it would be easier and link it here, thank you: CLEARLY mark where you are answering each question (all written questions must be answered in Markdown cells, NOT as comments in code cells)Show all code necessary for the analysis, but remove superfluous codeHelp solve the questions that are bolded, the rest are just to help you and specificsThat dataset is all you will be using, nothing else, that’s the ref it’s very straightforward you require nothing else except your knowledge on how to do these methodsUsing this dataset: https://github.com/Jman4190/nba-stats-model/blob/master/nba-stats-csv/2018_19_projections_plus_real_player_name.csvMake a train test split to find what age do players tend to have their highest scoring season (most pts)?Variables Involved:Age, points, season_id, gpExplain thoroughlyMake another train test split, what predictors are the most effective at predicting how many points a player scores in a season? (Use lasso and ridge regression as well)Variables Involved:Age, points, fgm, fga, fg3m, ftm, fta, season_idExplain thoroughlyUsing the Gaussian Mixture Model, what is the breakdown of field goals and field goal attempts by normal field goals, 3 point field goals and free throws and how it has evolved. (Can get the spatial data and might even be able to make this on a more granular level. Some really cool ideas to visualize this)Variables Involved:points, fgm, fga, fg3m, ftm, fta, season_idExplain thoroughlyBuilding a linear regression model, is there a correlation between the number of fta (total free throws attempted)and fga (total field goals attempted)(As a player shoots more shots over the course of the season do they shoot more free throws as well?).  Variables Involved:fga, ftaJust 4 Questions total in bold, the info in the description is to help you answer. Thank you for taking this task up! It’s a lot easier than how I laid everything out to be, should be quick coding for anyone with relative data science experience, thank you for the help, been stuck on this Computer Science Engineering & Technology Python Programming COM SCI M148 Share QuestionEmailCopy link Comments (0)