在本次分析中,我使用了随机森林回归,并涉及数据标准化和超参数调优。在这里,我使用随机森林分类器,对好酒和不太好的酒进行二元分类。 首先导入数据包: importnumpy as npimportpandas as pdimportmatplotlib.pyplot as pltimport seaborn as sns 导入数据: data = pd.re…
原文:
Wine Reviews
130k wine reviews with variety, location, winery, price, and description
After watching Somm (a documentary on master sommeliers) I wondered how I could create a predictive model to identify wines through blind tasting like…