├── README.md ├── original ├── main_original.py ├── preprocessing_work.py └── single_factor_original.py └── update ├── graphs_readme ├── 1.jpg └── 2.jpg ├── input ├── final_return_199701.csv ├── industryid.csv ├── rf_199701.csv ├── risk_premium_199701.csv ├── size_199612.csv └── stockid.csv ├── main.py ├── mengxuanchen_Empirical Asset Pricing via Boosting Algorithm on China’s A-share market.pptx ├── mengxuanchen_Empirical Asset Pricing via Boosting Algorithm on China’s A-share market.xlsx ├── performance_measure.py ├── portfolio_construction.py ├── preprocessing.py ├── single_factor.py ├── 陈梦玄-基于Boosting算法的中国A股市场多因子投资策略研究.pdf └── 陈梦玄-基于Boosting算法的中国A股市场多因子投资策略研究.pptx /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JennyCCDD/Empirical_asset_pricing_via_boosting/HEAD/README.md -------------------------------------------------------------------------------- /original/main_original.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JennyCCDD/Empirical_asset_pricing_via_boosting/HEAD/original/main_original.py -------------------------------------------------------------------------------- /original/preprocessing_work.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JennyCCDD/Empirical_asset_pricing_via_boosting/HEAD/original/preprocessing_work.py -------------------------------------------------------------------------------- /original/single_factor_original.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JennyCCDD/Empirical_asset_pricing_via_boosting/HEAD/original/single_factor_original.py -------------------------------------------------------------------------------- /update/graphs_readme/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JennyCCDD/Empirical_asset_pricing_via_boosting/HEAD/update/graphs_readme/1.jpg -------------------------------------------------------------------------------- /update/graphs_readme/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JennyCCDD/Empirical_asset_pricing_via_boosting/HEAD/update/graphs_readme/2.jpg -------------------------------------------------------------------------------- /update/input/final_return_199701.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JennyCCDD/Empirical_asset_pricing_via_boosting/HEAD/update/input/final_return_199701.csv -------------------------------------------------------------------------------- /update/input/industryid.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JennyCCDD/Empirical_asset_pricing_via_boosting/HEAD/update/input/industryid.csv -------------------------------------------------------------------------------- /update/input/rf_199701.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JennyCCDD/Empirical_asset_pricing_via_boosting/HEAD/update/input/rf_199701.csv -------------------------------------------------------------------------------- /update/input/risk_premium_199701.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JennyCCDD/Empirical_asset_pricing_via_boosting/HEAD/update/input/risk_premium_199701.csv -------------------------------------------------------------------------------- /update/input/size_199612.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JennyCCDD/Empirical_asset_pricing_via_boosting/HEAD/update/input/size_199612.csv -------------------------------------------------------------------------------- /update/input/stockid.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JennyCCDD/Empirical_asset_pricing_via_boosting/HEAD/update/input/stockid.csv -------------------------------------------------------------------------------- /update/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JennyCCDD/Empirical_asset_pricing_via_boosting/HEAD/update/main.py -------------------------------------------------------------------------------- /update/mengxuanchen_Empirical Asset Pricing via Boosting Algorithm on China’s A-share market.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JennyCCDD/Empirical_asset_pricing_via_boosting/HEAD/update/mengxuanchen_Empirical Asset Pricing via Boosting Algorithm on China’s A-share market.pptx -------------------------------------------------------------------------------- /update/mengxuanchen_Empirical Asset Pricing via Boosting Algorithm on China’s A-share market.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JennyCCDD/Empirical_asset_pricing_via_boosting/HEAD/update/mengxuanchen_Empirical Asset Pricing via Boosting Algorithm on China’s A-share market.xlsx -------------------------------------------------------------------------------- /update/performance_measure.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JennyCCDD/Empirical_asset_pricing_via_boosting/HEAD/update/performance_measure.py -------------------------------------------------------------------------------- /update/portfolio_construction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JennyCCDD/Empirical_asset_pricing_via_boosting/HEAD/update/portfolio_construction.py -------------------------------------------------------------------------------- /update/preprocessing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JennyCCDD/Empirical_asset_pricing_via_boosting/HEAD/update/preprocessing.py -------------------------------------------------------------------------------- /update/single_factor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JennyCCDD/Empirical_asset_pricing_via_boosting/HEAD/update/single_factor.py -------------------------------------------------------------------------------- /update/陈梦玄-基于Boosting算法的中国A股市场多因子投资策略研究.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JennyCCDD/Empirical_asset_pricing_via_boosting/HEAD/update/陈梦玄-基于Boosting算法的中国A股市场多因子投资策略研究.pdf -------------------------------------------------------------------------------- /update/陈梦玄-基于Boosting算法的中国A股市场多因子投资策略研究.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JennyCCDD/Empirical_asset_pricing_via_boosting/HEAD/update/陈梦玄-基于Boosting算法的中国A股市场多因子投资策略研究.pptx --------------------------------------------------------------------------------