-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# multivariateanalysis | ||
Dimensionality reduction and visualization techniques t-stochastic neighbour embedding (t-SNE) and uniform manifold approximation and projection (UMAP) were used to evaluate National Renewable Energy Laboratory’s (NREL) market segmentation for rooftop solar technical potential based on small, medium, and large classification labels. The medium and large class clusters were shown to overlap over a broad range of hyperparameter optimizations leading to the agglomeration of both classes and a revised dataset with binary classifications, small and large. T-SNE outputs in the low-dimensional embedded feature space were used as inputs for support vector machine classification algorithms. While the polynomial kernel trick performed poorly at classifying the distinct binary clusters, both the radial basis function and sigmoid kernel tricks precisely and accurately classified the new rooftop solar technical potential market segments. |