Conversation
added 6 commits
March 16, 2026 13:13
…, distribution, and clustering - Implemented AdvancedAnomalyPlotter for anomaly scatter plots, Mahalanobis distance histograms, consensus comparisons, and t-SNE/UMAP overlays. - Created AdvancedCorrPlotter for partial correlation heatmaps, mutual information heatmaps, bootstrap confidence interval plots, correlation network graphs, and distance correlation heatmaps. - Developed AdvancedDistPlotter for best-fit overlays, ECDF plots, power transform comparisons, and Jarque-Bera test visualizations. - Introduced ClusterPlotter for elbow/silhouette plots, 2D cluster scatter plots, dendrograms, and cluster profile heatmaps.
- Introduced a new module `i18n.py` to handle translations for six languages: English, Korean, Chinese, Japanese, German, and French. - Implemented a translation dictionary with semantic keys for various report elements including page titles, section headers, navigation labels, and statistical test names. - Added a function to retrieve translations based on the selected language, defaulting to English if a key is missing. - Included a method to export all translations as a JSON string for use in JavaScript.
…missing data, outliers, PCA, basic plots, data quality, and theme management - Implemented `ClusterPlotter` for clustering visualizations including elbow/silhouette plots, 2D scatter, dendrograms, and heatmaps. - Created `CorrelationPlotter` for generating correlation heatmaps and pairplots. - Developed `DistributionPlotter` for violin plots, KDE plots, and Q-Q plots. - Added `MissingPlotter` for visualizing missing data patterns with matrices and bar charts. - Introduced `OutlierPlotter` for box-and-strip plots highlighting outliers. - Implemented `PCAPlotter` for scree plots and loadings heatmaps. - Created `BasicPlotter` for histograms, boxplots, and bar charts for categorical data. - Added `QualityPlotter` for visualizing data quality scores with bar charts and heatmaps. - Introduced `F2ATheme` for consistent styling across visualizations.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.