{"id":1631,"date":"2019-01-16T20:50:09","date_gmt":"2019-01-16T20:50:09","guid":{"rendered":"https:\/\/www.codeastar.com\/?p=1631"},"modified":"2019-01-17T02:59:31","modified_gmt":"2019-01-17T02:59:31","slug":"get-rich-stock-trading-machine-learning","status":"publish","type":"post","link":"https:\/\/www.codeastar.com\/get-rich-stock-trading-machine-learning\/","title":{"rendered":"Stock Trading with Machine Learning and Get Rich"},"content":{"rendered":"\n
Okay, I admit it, it looks like a clickbait headline :]] (yes, we did the similar thing<\/a> before :]] ). But this is not a clickbait at all, as we are actually discussing this topic this time. There is a Kaggle’s challenge on predicting stock trading trend<\/a>, which is a good fit for our topic. So we use this challenge to start our journey to get rich! (it always feels good to use “encouraging” line :]] )<\/p>\n\n\n\n\n\n\n\n Likes all our previous machine learning projects, we start our journey by getting the related datasets. Then this time, we have encountered a situation. In this stock trading challenge, we can only use APIs and kernel provided by Kaggle, i.e. we can only load the datasets through Kaggle’s APIs. For the usage of this specific API, we can take a look on Kaggle’ stock trading challenge official getting started kernel<\/a>.<\/p>\n\n\n\n Once we have loaded the datasets, “market_train_df<\/em>” and “news_train_df<\/em>“, with Kaggle’s API, we can take a look on their content:<\/p>\n\n\n\nStock Trading Datasets<\/h3>\n\n\n\n