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 DES python bindings #508

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

VanyaVolgushev
Copy link
Contributor

No description provided.

@VanyaVolgushev VanyaVolgushev force-pushed the add-des-bindings-release branch from f909e81 to 951faac Compare January 3, 2025 22:50
@VanyaVolgushev VanyaVolgushev marked this pull request as ready for review January 3, 2025 23:05
@VanyaVolgushev VanyaVolgushev force-pushed the add-des-bindings-release branch from 951faac to 3395d12 Compare January 7, 2025 17:52
@chernishev chernishev requested a review from BUYT-1 January 7, 2025 19:24
@VanyaVolgushev VanyaVolgushev force-pushed the add-des-bindings-release branch 2 times, most recently from 637813d to b93e464 Compare January 10, 2025 13:09
examples/basic/mining_nar.py Outdated Show resolved Hide resolved
src/python_bindings/nar/bind_nar.cpp Outdated Show resolved Hide resolved
src/python_bindings/nar/bind_nar.cpp Outdated Show resolved Hide resolved
@VanyaVolgushev VanyaVolgushev force-pushed the add-des-bindings-release branch from deb8a64 to 4494df5 Compare January 15, 2025 12:43
@VanyaVolgushev VanyaVolgushev requested a review from BUYT-1 January 15, 2025 12:43
src/core/algorithms/nar/nar.h Outdated Show resolved Hide resolved
src/python_bindings/nar/bind_nar.cpp Outdated Show resolved Hide resolved
@VanyaVolgushev VanyaVolgushev force-pushed the add-des-bindings-release branch from 4494df5 to ce4929d Compare January 17, 2025 11:31
examples/basic/mining_nar.py Outdated Show resolved Hide resolved
examples/basic/mining_nar.py Outdated Show resolved Hide resolved
examples/basic/mining_nar.py Outdated Show resolved Hide resolved
examples/basic/mining_nar.py Outdated Show resolved Hide resolved
examples/basic/mining_nar.py Outdated Show resolved Hide resolved
examples/basic/mining_nar.py Outdated Show resolved Hide resolved
@VanyaVolgushev VanyaVolgushev force-pushed the add-des-bindings-release branch from ce4929d to 2f4557e Compare January 20, 2025 16:28
examples/basic/mining_nar.py Outdated Show resolved Hide resolved
examples/basic/mining_nar.py Outdated Show resolved Hide resolved
examples/basic/mining_nar.py Outdated Show resolved Hide resolved
examples/basic/mining_nar.py Outdated Show resolved Hide resolved
examples/basic/mining_nar.py Outdated Show resolved Hide resolved
examples/basic/mining_nar.py Outdated Show resolved Hide resolved
examples/basic/mining_nar.py Outdated Show resolved Hide resolved
examples/basic/mining_nar.py Outdated Show resolved Hide resolved
examples/basic/mining_nar.py Outdated Show resolved Hide resolved
examples/basic/mining_nar.py Outdated Show resolved Hide resolved
@VanyaVolgushev VanyaVolgushev requested a review from BUYT-1 January 24, 2025 12:36
examples/basic/mining_nar.py Outdated Show resolved Hide resolved
examples/basic/mining_nar.py Outdated Show resolved Hide resolved
examples/basic/mining_nar.py Outdated Show resolved Hide resolved
examples/basic/mining_nar.py Outdated Show resolved Hide resolved
Comment on lines 51 to 53
print("Desbordante implements an algorithm called \"Differential Evolution Solver\" "
"(DES), described by Iztok Fister et al. in \"uARMSolver: A framework for "
"Association Rule Mining\". It is a nature-inspired stochastic optimization "
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
print("Desbordante implements an algorithm called \"Differential Evolution Solver\" "
"(DES), described by Iztok Fister et al. in \"uARMSolver: A framework for "
"Association Rule Mining\". It is a nature-inspired stochastic optimization "
print('Desbordante implements an algorithm called "Differential Evolution Solver" '
'(DES), described by Iztok Fister et al. in "uARMSolver: A framework for '
'Association Rule Mining". It is a nature-inspired stochastic optimization '

https://peps.python.org/pep-0008/#string-quotes

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Backslashes are still here

examples/basic/mining_nar.py Outdated Show resolved Hide resolved
@chernishev chernishev force-pushed the add-des-bindings-release branch from 4f42723 to dcc0221 Compare January 25, 2025 16:04
@VanyaVolgushev VanyaVolgushev force-pushed the add-des-bindings-release branch from dcc0221 to 416a47f Compare January 25, 2025 20:36
@VanyaVolgushev VanyaVolgushev requested a review from BUYT-1 January 25, 2025 20:36
print("\nA fragment of the table is presented above. In total, each dog breed has"
" 13 attributes.")
print("Now, let's mine some NARs. We will use a minimum support of 0.1 and a minimum "
"confidence of 0.7.We will also use a population size of 500 and "
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"confidence of 0.7.We will also use a population size of 500 and "
"confidence of 0.7. We will also use a population size of 500 and "

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants