note
-
-
-
Hash Table
a key-value pair data structure with constant time data access
-
Migrating TB HBase datasets across datacenters
Practical notes on migrating a 2TB HBase cluster from Rackspace to AWS with minimal downtime using CopyTable.
-
Recursive queries in PostgreSQL
Walking tree-structured data in PostgreSQL.
-
Mean Absolute Error
The average absolute difference between predictions and labels — less sensitive to outliers than RMSE.
-
Root Mean-Squared Error
A regression metric that penalises large errors.
-
Hyperplane
a subspace where the dimension is one less than the ambient space
-
Principal Component Analysis
a technique for reducing the dimensionality of data
-
Dijkstra's Shortest Path Algorithm
An elegant algorithm for finding the shortest path between nodes in a graph.