zoukankan      html  css  js  c++  java
  • User based center new model test results on NYC dataset(updated 11th/Sep)

    User based center, and using the negative examples around the center:

    testsize: 1000

    results:

    this is the model with user negative examples
    dataset NYC, this is test for new lightfm,max_sampled 10,and 1000 checkins,and radius as 5 and th_center 0
    unique user&venue checkin combination in test 195
    unique user&venue checkin combination in test 778
    max num in matrix 3
    max num in train 4
    I am beginning to get negtive examples
    object preprocess created
    Time used for negative examples: 70.58932300000001
    I am beginning to model,this is the new model
    model has been fitted
    this is the model that consider the checkin times
    Time used: 0.13614900000000318
    Train_auc is 0.617768
    test auc is 0.306076
    train prek 0.012468
    test prek 0.000000
    I am beginning to model,this is the original model
    model has been fitted
    this is the model that consider the checkin times
    Time used: 0.10517300000000773
    Train_auc is 0.940273
    test auc is 0.180400
    train prek 0.172010
    test prek 0.001299

    testsize:10000

    results:

    this is test for new lightfm of nyc, 10000 checkins, radius 10, max_Sampled:10, th_center: 0.200000
    unique user&venue checkin combination in test 1414
    unique user&venue checkin combination in test 5654
    max num in matrix 9
    max num in train 14
    I am beginning to get negtive examples
    object preprocess created
    Time used for negative examples: 2975.53179
    I am beginning to model,this is the new model
    model has been fitted
    this is the model that consider the checkin times
    Time used: 0.33353200000010474
    Train_auc is 0.551031
    Test_aus is 0.473606
    I am beginning to model,this is the original model
    model has been fitted
    this is the model that consider the checkin times
    Time used: 0.40079700000023877
    Train_auc is 0.999947
    Test_aus is 0.322601
    train prek is 0.546246
    test prek is 0.000846
    /home/s2013258/.local/lib/python3.5/site-packages/sklearn/cross_validation.py:44: DeprecationWarning: This module was deprecated in version 0.18 in favor of the model_selection module into which all the refactored classes and functions are moved. Also note that the interface of the new CV iterators are different from that of this module. This module will be removed in 0.20.
      "This module will be removed in 0.20.", DeprecationWarning)
  • 相关阅读:
    Web.xml配置----字符过滤器
    软工第一次作业——自我介绍
    软工第一次作业
    软工实践个人总结
    福州大学结对编程作业(2)
    福州大学结对编程作业(1)
    福州大学软件工程第一次编程作业
    福州大学软件工程第一次个人作业
    软件工程个人总结
    2020软件工程第二次结对作业
  • 原文地址:https://www.cnblogs.com/fassy/p/7506472.html
Copyright © 2011-2022 走看看