top of page
Search


Machine learning sports prediction
The steps to machine learning select & prepare the data set implement the desired algorithm and train data identify model metrics Select...
Jun 7, 20231 min read


Deep Learning model predicting winning NBA team
the code reads a CSV file named "sports_data.csv" where each row represents the game and includes team statistics, player performance,...
Jun 6, 20231 min read


Python code scrape Twitter sentiment for NBA teams
We can perform sentiment analysis on each team using the imported module tweepy which allows us to access Twitter API and divide each...
Jun 6, 20231 min read


FIFA country rating difference
In this post, I will compare ratings of players from different countries South America Argentina vs Brazil using box plot The median...
Jun 6, 20231 min read


Fifa Players Sprintspeed categories
I used data to divide the players in the FIFA database by speed Below are players with Speeds over 90
Jun 5, 20231 min read


FIFA weight distribution pie chart
This was another pie chart, but it required more code due to the process of filtering I categorized each player based on weight
Jul 30, 20221 min read


Pie Chart of Left vs Right footed players
I used locate function in my fifa data set to locate if the player was right or left footed I used count function at the end as well to...
Jul 30, 20221 min read


FIFA team ranking plot
I ranked the FIFA countries based on the year from 1990 - Present I used pyplot as plt to create title, x/y axis, and create the figure...
Jul 30, 20221 min read
bottom of page