This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Author: HJ van Veen <[email protected]> | |
# Description: Experiment to learn a tSNE transformer for new | |
# test data with a multi-output GBM | |
# | |
# Idea first seen at lvdmaaten.github.io/tsne | |
# > [...] it is not possible to embed test points in an existing | |
# > map [...] | |
# > A potential approach to deal with this would be to train | |
# > a multivariate regressor to predict the map location from | |
# > the input data. |