BigData2020MasterInformatica / FinanceAnalysis

MIT License
0 stars 0 forks source link

Ideas about machine learning and stock market #7

Open ajnebro opened 3 years ago

ajnebro commented 3 years ago

Example 1: prediction of the income growth using classificacion with random forest.

ajnebro commented 3 years ago

Example 2: Unsupervised Learning: Stock Market Clustering with K-Means

DRTorresRuiz commented 3 years ago

Some related posts are included in https://github.com/BigData2020MasterInformatica/FinanceAnalysis/issues/4#issuecomment-721204753, and this article on Stock Price Prediction (Time-Series Forecasting) using Apache Spark could also be inspiring.

Besides, this article could be helpful in deciding which values or metrics to use.

ajnebro commented 3 years ago

Example 4: Streaming + ML with Spark