Skip to content

Commit

Permalink
fix: fixed/addressed the correlation plot docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
HrayrMuradyan committed Feb 4, 2025
1 parent 762bb5c commit f1d044e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/summarease/summarize_numeric.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ def plot_correlation_heatmap(dataset_numeric: pd.DataFrame):
save_path : str, optional
File path to save the generated heatmap. If None, the plot will not be saved.
Returns:
Returns
-------
None
Displays the correlation heatmap or optionally saves it to the specified location.
alt.Chart
The Altair chart visualizing the correlation heatmap.
Example:
-------
Expand Down

0 comments on commit f1d044e

Please sign in to comment.