Data Science
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…