Skip to content

Commit 3d7ceaa

Browse files
authored
Enhance Key Features table with additional links
1 parent 2960e50 commit 3d7ceaa

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,18 @@ But this package can do a lot more. Besides the regular PCA, it can also perform
3030

3131
### Key Features
3232

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. |
43-
| [**Analyze discrete datasets**](https://erdogant.github.io/pca/pages/html/Examples.html#analyzing-discrete-datasets) | Analyze discrete datasets. |
33+
| Feature | Description | Docs | Medium | Gumroad & Podcast |
34+
|---------|-------------|----------------------|--------|---------|
35+
| **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) |||
40+
| **Outlier Detection** | Detect outliers using Hotelling T2 and/or SPE/Dmodx. | [Link](https://erdogant.github.io/pca/pages/html/Outlier%20detection.html) | [Outlier Detection](https://medium.com/data-science-collective/outlier-detection-using-principal-component-analysis-with-hotellings-t2-and-spe-dmodx-methods-c9c0c76cc6c7) | [Link](https://erdogant.gumroad.com/l/outlier-detection-using-principal-component-analysis-with-hotellings-t2-and-spe-dmodx-methods-c9c0c76cc6c7) |
41+
| **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) |||
43+
| **Analyze discrete datasets** | Analyze discrete datasets. | [Link](https://erdogant.github.io/pca/pages/html/Examples.html#analyzing-discrete-datasets) |||
44+
4445

4546
---
4647

0 commit comments

Comments
 (0)