Skip to content
View ZhaoChenColin's full-sized avatar

Block or report ZhaoChenColin

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. HamAndSpam HamAndSpam Public

    使用 python 对垃圾邮件数据进行单词统计,把文章变成词向量。实现多项式朴素贝叶斯算 法函数。用该函数训练数据,得到各类对应特征的条件概率向量和各类先验概率,并对测试 集数据进行分类。该模型在测试集上有 93%正确率

    Jupyter Notebook 4 1

  2. DecisionTree DecisionTree Public

    使用 python 预处理 lending club 贷款数据并构造特征,根据信息增益划分特征来构建实现决 策树算法的类。训练模型并测试不同树深度对决策树的影响。该模型最佳树深度为 7,测试 集准确率为 62%。

    Jupyter Notebook 3 1

  3. Titanic Titanic Public

    使用 Python 分析处理泰坦尼克号生存者数据。使用随机森林回归建立回归模型。该模型在 测试集上有 87%的准确率。

    Python 2

  4. autocomplete-flask autocomplete-flask Public

    HTML 1

  5. NGram-Autocomplete NGram-Autocomplete Public

    Java 1

  6. Option-Class-Hierarchy Option-Class-Hierarchy Public

    Value European and American options by binomial tree method and Black Scholes model. Use C++ to implement it.

    C++