You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,17 +30,18 @@ But this package can do a lot more. Besides the regular PCA, it can also perform
30
30
31
31
### Key Features
32
32
33
-
| Feature | Description |
34
-
|--------|-------------|
35
-
|[**Fit and Transform**](https://erdogant.github.io/pca/pages/html/Algorithm.html)| Perform the PCA analysis. |
36
-
|[**Biplot and Loadings**](https://erdogant.github.io/pca/pages/html/Plots.html#biplot)| Make Biplot with the loadings. |
37
-
|[**Explained Variance**](https://erdogant.github.io/pca/pages/html/Plots.html#explained-variance-plot)| Determine the explained variance and plot. |
38
-
|[**Best Performing Features**](https://erdogant.github.io/pca/pages/html/Algorithm.html#best-performing-features)| Extract the best performing features. |
39
-
|[**Scatterplot**](https://erdogant.github.io/pca/pages/html/Plots.html#scatter-plot)| Create scaterplot with loadings. |
40
-
|[**Outlier Detection**](https://erdogant.github.io/pca/pages/html/Outlier%20detection.html)| Detect outliers using Hotelling T2 and/or SPE/Dmodx. |
41
-
|[**Normalize out Variance**](https://erdogant.github.io/pca/pages/html/Examples.html#normalizing-out-pcs)| Remove any bias from your data. |
42
-
|[**Save and load**](https://erdogant.github.io/pca/pages/html/save.html)| Save and load models. |
|**Fit and Transform**| Perform the PCA analysis. |[Link](https://erdogant.github.io/pca/pages/html/Algorithm.html)|[PCA Guide](https://medium.com/data-science-collective/pca-fb6ea1208bda)|[Link](https://erdogant.gumroad.com/l/PCA)|
36
+
|**Biplot and Loadings**| Make Biplot with the loadings. |[Link](https://erdogant.github.io/pca/pages/html/Plots.html#biplot)| – | – |
37
+
|**Explained Variance**| Determine the explained variance and plot. |[Link](https://erdogant.github.io/pca/pages/html/Plots.html#explained-variance-plot)| – | – |
38
+
|**Best Performing Features**| Extract the best performing features. |[Link](https://erdogant.github.io/pca/pages/html/Algorithm.html#best-performing-features)| – | – |
39
+
|**Scatterplot**| Create scatterplot with loadings. |[Link](https://erdogant.github.io/pca/pages/html/Plots.html#scatter-plot)| – | – |
|**Normalize out Variance**| Remove any bias from your data. |[Link](https://erdogant.github.io/pca/pages/html/Examples.html#normalizing-out-pcs)| – | – |
42
+
|**Save and load**| Save and load models. |[Link](https://erdogant.github.io/pca/pages/html/save.html)| – | – |
0 commit comments