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
SMOTE/ADASYN classes currently do not provide a sample_indices_ attribute since they are generating samples that do not belong to the original dataset.
However, we could create a new semantic for these samplers that generate data. sample_indices_ could expose a tuple of the sample used to generate the new point. For the samples that are not generated, it will only be a single integer.
This would implement a feature requested in issues and gitter.