240 发简信
IP属地:广东
  • template

    layout: papertitle: templatedate: 2023-02-22 22:20:10tags: Thesis reading notes templat...

  • 120
    机器学习实战日记(下载数据)

    加州住房价格数据集的数据挖掘(来源于StatLIb库) 1.下载数据 需要从"https://raw.githubusercontent.com/ageron/handson...

  • 120
    创建数据集的python方法(如何保证每次运行的数据集是一样的)

    首先,我们创建一个测试集,随机选择一些实例,通常是数据集的20%。数据集:住房数据集 我们使用两种方法,一种是自己编写一个简单函数,另一种是使用Sciket-Learn中的m...