Sitemap

A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.

Pages

Page not found. Your pixels are in another canvas.

About

This is a page not in th emain menu

Posts

Experimenting with a Custom Distance Based on Haversine with K Nearest Neighbors

In this blog post, I will discuss: (1) the Haversine distance, a distance metric designed for measuring distances between places on earth, (2) a customized distance metric I implemented, “HaversineEuclidean”, which I felt would be more appropriate in an analysis of the California Housing data, and (3) how to implement this custom metric in a K Nearest Neighbors Regression (KNN) with scikit-learn. The implementation is also relevant to other functionalities in sklearn.neighbors.

portfolio

publications

talks

Oral presentation on Relational Pooling to a community of Machine Learning-focused scholars at NetSci.

teaching