Dimensionality reduction using t-SNE¶
Access this AI accelerator on GitHub
This accelerator provides examples for taking a DataRobot project and exporting its model insights as both machine readable files and plots in various file formats using t-Distributed Stochastic Neighbor Embedding (t-SNE). t-SNE is a powerful technique for dimensionality reduction that can effectively visualize high-dimensional data in a lower-dimensional space. Dimensionality reduction can improve machine learning results by reducing computational complexity of the algorithms, preventing overfitting, and focusing on the most relevant features in the dataset. Note that this technique should only be used when the number of features is low.