赛题:零基础入门数据挖掘 – 二手车交易价格预测
地址:https://tianchi.aliyun.com/competition/entrance/231784/introduction?spm=5176.12281957.1004.1.38b02448ausjSX
建模与调参
常用方法
pandas 减少内存用量 df.memory_usage() 将数值型列类型细分,str列转换为category类型
截距 intercept 权重 coef
排序 sorted() 指定排序的列 key