EDGAR Filings

I was curious about the usefulness of the Edgar Database: Is is possible to predict the development of the stock price using the company filings? Can we predict the total yearly profits for the current year based on the filings of the current months? Is the overall profitability changing over time: e.g. are companies more profitable because of e.g. Trump? Which sectors are making money and which are loosing ? Is there a relationship between Read more…

Data Science

Today, I was putting together and testing my Data Science Toolbox in Docker  which consists of the following components: GUI/Environment – jupyter – python3 Core Libraries – NumPy – SciPy – Pandas Visualization – Matplotlib – Seaborn Machine Learning – SciKit-Learn – Keras – TensorFlow It is based on the lean Alpine Linux! Here is the version information of the installed components: In [12]: import sys print(sys.version) 3.6.2 (default, Aug 29 2017, 13:56:02) [GCC 6.4.0] In [11]: print(“Installed Read more…