All Projects → crownpku → hk_ipo_prediction

crownpku / hk_ipo_prediction

Licence: other
Predict first day performance of Hong Kong IPO stocks: A pipeline example of machine learning projects

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

hk_ipo_prediction

中文blog

Predict first day performance of Hong Kong IPO stocks: A pipeline example of machine learning projects.

Procedures:

  1. Crawl, Parse and Clean Hong Kong IPO data from AAStocks.com using selenium webdriver and phantomjs (around 400 data points).

  2. Use pandas for data cleaning and feature engineering, including feature selection and handling big values, missing values and categorical values (one hot encoding)

  3. Use xgboost for regression model to predict first day performance. Generated feature importance plot is very interesting.

Feature Importance Plot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].