You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was also wondering if your KNN method, if this can return the index of the rows that were imputed in a table structure such as Pandas dataframe , in general.
Regards,
Pablo
The text was updated successfully, but these errors were encountered:
You can figure out which rows are missing data before using `fancyimpute`
with something like pd.isnull and specify the row axis. Those will be the
rows that were imputed.
On Wed, Jul 25, 2018 at 11:01 AM pablo3p ***@***.***> wrote:
Hi again,
I was also wondering if your KNN method, if this can return the index of
the rows that were imputed in a table structure such as Pandas dataframe ,
in general.
Regards,
Pablo
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#71>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABya7LgnhNUMwo2n3oMv8BBZOMnfbcNzks5uKLKHgaJpZM4VgiMS>
.
Ok, thanks sergery,,
I already thought about this.
I was hoping that maybe it was internally done in the KNN and possibly just return the index values.
Thanks again for your quick replies.
I really appreciate it.
Hi again,
I was also wondering if your KNN method, if this can return the index of the rows that were imputed in a table structure such as Pandas dataframe , in general.
Regards,
Pablo
The text was updated successfully, but these errors were encountered: