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

Arf implementation #199

Merged

Conversation

robsdavis
Copy link
Contributor

@robsdavis robsdavis commented Jun 1, 2023

Description

Implementation of the Adversarial Random Forest method using arfpy. It is implemented as a generative model plugin.

Affected Dependencies

Adds the dependancy arfpy. The arfpy license has now been changed to MIT, so it is now compatible with synthcity's licence with no changes.

arfpy requires python >=3 .8, so this PR drops python 3.7 support. Two weeks before the its offial end of life according to https://endoflife.date/python. The previous release can still be used for python 3.7 support.

How has this been tested?

Checklist

@robsdavis robsdavis added the enhancement New feature or request label Jun 1, 2023
@robsdavis robsdavis linked an issue Jun 1, 2023 that may be closed by this pull request
@robsdavis robsdavis self-assigned this Jun 12, 2023
@robsdavis robsdavis requested a review from DrShushen June 13, 2023 13:43
@robsdavis robsdavis changed the title [WIP] Arf implementation Arf implementation Jun 13, 2023
@robsdavis robsdavis merged commit 43dbc69 into main Jun 14, 2023
@robsdavis robsdavis deleted the 191-add-support-for-adversarial-random-forest-generative-models branch June 14, 2023 08:20
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.

Add support for Adversarial Random Forest generative models
1 participant