R语言logistic, lda及knn三种模型的预测比较

三种分类模型的预测比较

    • 题目
    • 前期准备
    • 读取数据
    • 数据合并,划分训练集和测试集
    • 循环数据处理及思路
    • Logistics Model
    • LDA Model
    • KNN Model

题目

Recall that Tinder also uses a preference learning algorithm that predicts the outcome of matching a user with a potential match. Let’s assume that users create their profiles and answer questions regarding whether they like sports, outdoor activities, and pets. The answers are reported in their public profiles and coded as the attributes C1, C2, and C3. When looking for matches, users see the picture of potential matches and learn about the three attributes, they then click or not on a “like” button (or swipe left or right). Let’s defin

你可能感兴趣的:(R语言作业解题助手,r语言,开发语言)