Python codes for data science.
● covid19: analysis of covid19 cases.
● gold: analysis of gold prices.
● resale_flat_prices: analysis and modelling of Singapore resale flat prices.
● auto_regression.py: scripts to create auto regression data.
● bayes_opt_hyperparams_search.ipynb: example showing how to use the bayes_opt library to do a model hyperparameter search.
● create_lstm_data.py: scripts to create data for LSTM neural network modelling.
● download_stock_data.py: wrapper function to download stock data from Yahoo Finance using the yfinance library.
● linear_inversion.py: codes to perform linear inversion/regression using several different methods.