Explore >> Select a destination


You are here

hadrienj.github.io
| | tothepoles.co.uk
3.9 parsecs away

Travel
| | There is a Jupyter Notebook accompanying this post HERE. NumPy is a Python package built around the concept of ndarrays (n-dimensional arrays) along with a suite of efficient functions for applying operations over those arrays. Many of the other important packages for data scientists are built on top of NumPy (e.g. Pandas, scikit-learn). In the...
| | jaykmody.com
3.5 parsecs away

Travel
| | Efficiently computing distances matrixes in NumPy.
| | sebastianraschka.com
3.0 parsecs away

Travel
| | I'm Sebastian: a machine learning & AI researcher, programmer, and author. As Staff Research Engineer Lightning AI, I focus on the intersection of AI research, software development, and large language models (LLMs).
| | data36.com
43.2 parsecs away

Travel
| What is correlation and why is it important in data science? How can you calculate it? How to use the .corr() in pandas? Find the answers...