地球资源数据云——数据资源详情
该数据集《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.

该数据集《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.