-
Notifications
You must be signed in to change notification settings - Fork 72
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
base: main
Are you sure you want to change the base?
Add DES python bindings #508
Conversation
f909e81
to
951faac
Compare
951faac
to
3395d12
Compare
637813d
to
b93e464
Compare
deb8a64
to
4494df5
Compare
4494df5
to
ce4929d
Compare
ce4929d
to
2f4557e
Compare
2f4557e
to
4f42723
Compare
examples/basic/mining_nar.py
Outdated
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 " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 ' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Backslashes are still here
4f42723
to
dcc0221
Compare
dcc0221
to
416a47f
Compare
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 " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"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 " |
No description provided.