From fabdfca94f58be56e537a03b0915df6ffa99bb43 Mon Sep 17 00:00:00 2001 From: Rebecca Bilbro Date: Thu, 17 May 2018 21:44:13 -0400 Subject: [PATCH] adds manifold visualizer to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4dfd060f2..bcc298c41 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Visualizers are estimators (objects that learn from data) whose primary objectiv - **Parallel Coordinates**: horizontal visualization of instances - **Radial Visualization**: separation of instances around a circular plot - **PCA Projection**: projection of instances based on principal components +- **Manifold Visualization**: high dimensional visualization with manifold learning - **Feature Importances**: rank features based on their in-model performance - **Recursive Feature Elimination**: find the best subset of features by importance - **Scatter and Joint Plots**: direct data visualization with feature selection