地球资源数据云——数据资源详情

过去 10 年的 NBA STATS 数据集

发布时间:2026-03-17 14:30:30资源ID:2032012249873682434资源类型:免费

该数据集《NBA STATS Dataset for last 10 years》主要用于监督学习任务,数据形态以表格为主。 题目说明:NBA player stats of the decade 任务类型:表格监督学习。 建议流程:先做缺失值/异常值处理与特征编码,再比较逻辑回归、随机森林、XGBoost。 评估建议:使用分层切分或交叉验证,优先关注 F1、Recall、AUC 等分类指标。 可用文件:nba.csv, Playoffs.csv, Regular_Season.csv。 I scrapped this data from the official NBA website. I wanted to practice data visualization, EDA and correlation in data. I have attached my notebook along with the dataset for further reference.

过去 10 年的 NBA STATS 数据集

摘要概览

该数据集《NBA STATS Dataset for last 10 years》主要用于监督学习任务,数据形态以表格为主。 题目说明:NBA player stats of the decade

任务类型:表格监督学习。

建议流程:先做缺失值/异常值处理与特征编码,再比较逻辑回归、随机森林、XGBoost。

评估建议:使用分层切分或交叉验证,优先关注 F1、Recall、AUC 等分类指标。

可用文件:nba.csv, Playoffs.csv, Regular_Season.csv。

I scrapped this data from the official NBA website. I wanted to practice data visualization, EDA and correlation in data. I have attached my notebook along with the dataset for further reference.