player-performance-ratings

所属分类:操作系统开发
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2023-10-23 22:25:46
上 传 者sh-1993
说明:  玩家绩效评级,,
(player performance ratings,,)

文件列表:
LICENSE (11357, 2023-12-23)
MANIFEST.in (24, 2023-12-23)
player_performance_ratings/ (0, 2023-12-23)
player_performance_ratings/__init__.py (80, 2023-12-23)
player_performance_ratings/consts.py (97, 2023-12-23)
player_performance_ratings/data_structures.py (3430, 2023-12-23)
player_performance_ratings/examples/ (0, 2023-12-23)
player_performance_ratings/examples/__init__.py (0, 2023-12-23)
player_performance_ratings/examples/lol/ (0, 2023-12-23)
player_performance_ratings/examples/lol/__init__.py (0, 2023-12-23)
player_performance_ratings/examples/lol/data/ (0, 2023-12-23)
player_performance_ratings/examples/lol/data/__init__.py (0, 2023-12-23)
player_performance_ratings/examples/lol/data/subsample_lol_data (343549, 2023-12-23)
player_performance_ratings/examples/lol/lol_match_predictor_tuner.py (4667, 2023-12-23)
player_performance_ratings/examples/lol/player_kills_time_weighted.py (2754, 2023-12-23)
player_performance_ratings/examples/nba/ (0, 2023-12-23)
player_performance_ratings/examples/nba/__init__.py (0, 2023-12-23)
player_performance_ratings/examples/nba/data/ (0, 2023-12-23)
player_performance_ratings/examples/nba/data/__init__.py (0, 2023-12-23)
player_performance_ratings/examples/nba/data/game_player_subsample.pickle (1343114, 2023-12-23)
player_performance_ratings/examples/nba/data/subsample_nba_data.py (761, 2023-12-23)
player_performance_ratings/examples/nba/nba_future_matches.py (859, 2023-12-23)
player_performance_ratings/examples/nba/nba_game_winner.py (1267, 2023-12-23)
player_performance_ratings/examples/nba/nba_match_lineup_tuning.py (6268, 2023-12-23)
player_performance_ratings/examples/nba/nba_match_prediction_tuning.py (3748, 2023-12-23)
player_performance_ratings/examples/nba/nba_player_points_example.ipynb (58973, 2023-12-23)
player_performance_ratings/examples/nba/nba_total_points_lineup_tuning.py (5249, 2023-12-23)
player_performance_ratings/examples/nba/possession_performance.py (869, 2023-12-23)
player_performance_ratings/predictor/ (0, 2023-12-23)
player_performance_ratings/predictor/__init__.py (43, 2023-12-23)
player_performance_ratings/predictor/estimators/ (0, 2023-12-23)
player_performance_ratings/predictor/estimators/__init__.py (136, 2023-12-23)
player_performance_ratings/predictor/estimators/base_estimator.py (803, 2023-12-23)
player_performance_ratings/predictor/estimators/classifier.py (7123, 2023-12-23)
player_performance_ratings/predictor/estimators/sklearn_models.py (2099, 2023-12-23)
... ...

# player-performance-ratings Framework designed to predict outcomes in sports games using player-based ratings. Ratings can be used to predict game-winner, but also other outcomes such as total points scored, total yards gained, etc. ## Installation ``` pip install player-performance-ratings ``` ## Example Useage ## Description The flexibility of the rating model grants the potential for significantly higher accuracy than other models, such as Elo,Glicko and Trueskill which are based on team performance. Both team and player outcomes can be predicted. The user has freedom to combine the ratings with other features, such as home/away, weather, etc. The user can also use some of the already created machine-learning models or create any custom model that they believe will work better. The framework consists of the following components: ### Preprocessing If the intention is a simple elo-model or equivalent, no preprocessing is required. However, typically a lot of value can be gained through intelligent preprocessing before the ratings are calculated. The rating-model will take a performance_column as input and update ratings on that. A well designed performance that is a good indicator of future success is crucial for the model to work well. For instance, if the user suspects that a players true shooting percentage is a better indicator of future points scored by the player than actual points scored, the user can use that. Or, user can also use a combination of statistics, such as true shooting percentage and points scored to calculate the "match-performance". The user can configure classes inside the preprocessing folder to create the performance_column. The user can also create custom classes with more specific functionality. ### Rating Calculation ### PostProcessing ### Model Predictions ### Scoring ### Hyperparameter Tuning

近期下载者

相关文件


收藏者