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

Add support for Adversarial Random Forest generative models #191

Closed
robsdavis opened this issue May 5, 2023 · 1 comment · Fixed by #199
Closed

Add support for Adversarial Random Forest generative models #191

robsdavis opened this issue May 5, 2023 · 1 comment · Fixed by #199
Assignees
Labels
enhancement New feature or request

Comments

@robsdavis
Copy link
Contributor

Feature Description

Add support for an ARF generator using the library arfpy available on github, and pypi

@ZhaozhiQIAN
Copy link
Collaborator

Note that the documentation of pyarf states that "ARFs naturally handle unstructured data with mixed continuous and categorical covariates."

I tested the code and it can handle categorical columns without pre-processing (e.g. the dataframes with string columns). Hence, in the implementation there's no need to use the TabularEncoder class (which is different from the GANs).

Also, conditional generation is currently not implemented for ARF - let's raise an exception if the user attempts to sample conditionally.

@robsdavis robsdavis self-assigned this May 23, 2023
@robsdavis robsdavis linked a pull request Jun 1, 2023 that will close this issue
4 tasks
@robsdavis robsdavis added the enhancement New feature or request label Jun 2, 2023
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 a pull request may close this issue.

2 participants