摘要:
一、需求: 现有customers,orders,orderItems,goods表,记录电商相关信息,需要给每类customers推荐他们最感兴趣的商品 表表关系为: 二、思路: 获得特征:组成代表顾客消费特征的DataFrame(如用户年龄,用户会员等级) 归一化特征:除了ID标识,所有特征归一 阅读全文
摘要:
一、pom.xml <!-- https://mvnrepository.com/artifact/org.jfree/jfreechart --> <dependency> <groupId>org.jfree</groupId> <artifactId>jfreechart</artifactI 阅读全文