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

update paper #57

Merged
merged 1 commit into from
Apr 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added paper/NiaARM1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 9 additions & 3 deletions paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,15 @@ numeric association rule mining is modeled as a single objective, continuous opt
weighted sum of the support and confidence of the built rule. The approach is extended by allowing the use of any optimization
algorithm from the related NiaPy framework [@vrbancic_niapy_2018], as well as having the option to select various interest
measures and their corresponding weights for the fitness function.
Additionally, the framework also includes methods for loading and preprocessing data, powerful
visualization methods, such as the hill slopes method [@fister_visualization_2020] and a simple command line interface for
mining association rules.

The flow of the NiaARM framework is shown in \autoref{fig:NiaARM}. Users have the option to construct a dataset either from a
CSV file or a pandas DataFrame. The dataset is then used to build the optimization problem, along with user selected interest
measures to be used in the computation of the fitness function. Then the optimization problem can be solved using any algorithm
in the NiaPy library to mine association rules from the dataset. The rules can be exported to a CSV file, statistically
analysed or visualized using the visualization methods implemented in the framework, such as the hill slopes method
[@fister_visualization_2020]. A simple command line interface for mining rules is also provided.

![NiaARM flow.\label{fig:NiaARM}](NiaARM1.png)

# Statement of need

Expand Down