Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes to Resampling #7

Merged
merged 6 commits into from
May 20, 2023
Merged

Changes to Resampling #7

merged 6 commits into from
May 20, 2023

Conversation

jrudar
Copy link
Owner

@jrudar jrudar commented May 19, 2023

  • Resampling now occurs within each tree (each tree now has a self.resampling attribute)
  • Removed the bootstrap parameter. This can be controlled by using an 'imbalanced-learn' model. Also, each node will create bootstrapped samples
  • These changes enable users to create their own re-sampling and transformation objects which are applied on a per-tree level

- Resampling now occurs within each tree (each tree now has a self.resampling attribute)
- Removed the bootstrap parameter. This can be controlled by using an 'imbalanced-learn' model. Also, each node will create bootstrapped samples
- Updated predict() and proximity() to handle cases where the resampler can also transform the data
@jrudar jrudar added the enhancement New feature or request label May 20, 2023
@jrudar jrudar merged commit bc50c8c into main May 20, 2023
@jrudar jrudar deleted the jrudar-resampling-changes branch May 20, 2023 02:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant