^-^
人工智能、计算机、机器学习、linux、程序员
Jane Street日内高频交易预测
最近更新:2021-02-05   |   字数总计:2.4k   |   阅读估时:15分钟   |   阅读量:
  1. 1. Overview
    1. 1.1 Description
    2. 1.2 Evaluation
  2. 2. Implementing.
    1. 2.0 Preprocessing
    2. 2.1. EDA
    3. 2.2 Using XGBoost Algorithm
  • XGBoost?
    1. 2.2.1 Ensemble learning
      1. 2.2.1.1 Bagging
      2. 2.2.1.2 Boosting
    2. 2.2.2 Different of Bagging and Boosting
  • 2.2 XGBoost : A scalable Tree Boosting System(eXtreme Gradient Boosting)
    1. 2.2.1 Split finding Algorithm
    2. 2.2.2 Sparsity-Aware Split Finding
    3. 2.2.3 System Design for Efficient Computing
      1. Importing dataset
    4. 1) import library
    5. 2) load and clean dataset
      1. Cleaning data