Talk to an expert

Our Blog

Check out our news and see more about
our projects and researches.

Category: Applied Machine Learning
 

January 2nd, 2020

Optimizing code with pandas and NumPy

by 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 More

January 2nd, 2020

Pandas and NumPy Performance Test Notebook

by in Applied Machine Learning

Read More

December 31st, 2019

Slow Performance Test Notebook

by 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 More

December 31st, 2019

Performance In Jupyter Python

by 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