Latest
What is Replatforming and is your company ready for this next big change?by Robert Golabek in Microblog
Read MoreJanuary 2nd, 2020
Optimizing code with pandas and NumPy by Patryk Golabek in Applied Machine Learning
Intro Over the years, SciPy has emerged as one of the best frameworks for data science. SciPy defines itself as an ecosystem of open-source software for mathematics, science, and...
Read MoreJanuary 2nd, 2020
Pandas and NumPy Performance Test Notebook by Patryk Golabek in Applied Machine Learning
December 31st, 2019
Slow Performance Test Notebook by Patryk Golabek in Applied Machine Learning
Notebook for the slow performance post (https://www.translucentcomputing.com/2019/12/performance-in-jupyter-python/). The slow method has been moved into another file. The mprun magic command requires for the profiled code to be in another...
Read MoreDecember 31st, 2019
Performance In Jupyter Python by Patryk Golabek in Applied Machine Learning
Intro Jupyter Notebook is the primary tool we use for data science tasks at Translucent. It allows for quick exploration of data and quick feedback from experimentations. Often the...
Read More