Conversation
… and delay drawing the plot.
…tionality (except for the main mining function).
…le to run to conclusion with possibly correct results.
Began a more OOP approach to patterns to better streamline their usage.
…s and unimodalities.
…n there are too many values in a column. Added caching and runtime improvements.
…3 seconds to run (compared to previous over 30).
…ausing exceptions).
… Still need to fix size and clipping issues.
…erent and legible when using them in pd-explain.
… improved performance.
… so HDS only bin numeric columns and use all columns from categorical columns, added None patterns to visualizations.
…mputation that could cause crashes in cases where multi-index series existed.
…series due to matplotlib not expecting tuple input.
…r pd-explain to add LLM reasoning to them.
…ibution, instead of displaying raw data.
Fixed mean values line in trend patterns being too opaque.
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.
Added an implementation of MetaInsight explainer, based on the framework described in the paper "Metainsight: Automatic discovery of structured knowledge for exploratory data analysis" by Ma et. al.
The explainer automatically finds the most interesting patterns in the data, given a list of columns to filter by, group by, and aggregation functions.