miceforest icon indicating copy to clipboard operation
miceforest copied to clipboard

plot_mean_convergence subplots are numbered, not named

Open gorj-tessella opened this issue 1 year ago • 0 comments

Each subplot in plot_mean_convergence is labeled with the feature index, not the feature name, as of version 5.6.3. This is because the features are internally specified by the num_vars variable, which is the feature index, without converting to the feature name with self._get_var_name_from_scalar(var).

https://github.com/AnotherSamWilson/miceforest/blob/d9359a89204e3b5f10cc02e7e621a22c213e5453/miceforest/ImputedData.py#L549-L552

gorj-tessella avatar May 23 '23 18:05 gorj-tessella