Skip to content

Commit 5a6f963

Browse files
committed
Update README.md
1 parent 7f4b866 commit 5a6f963

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
NiaARM is a framework for Association Rule Mining based on nature-inspired algorithms for optimization. The framework is written fully in Python and runs on all platforms. NiaARM allows users to preprocess the data in a transaction database automatically, to search for association rules and provide a pretty output of the rules found. This framework also supports numerical and real-valued types of attributes besides the categorical ones. Mining the association rules is defined as an optimization problem, and solved using the nature-inspired algorithms that come from the related framework called [NiaPy](https://github.com/NiaOrg/NiaPy).
1919

2020
## Detailed insights
21-
The current version witholds (but is not limited to) the following functions:
21+
The current version includes (but is not limited to) the following functions:
2222

2323
- loading datasets in CSV format,
2424
- preprocessing of data,
@@ -105,6 +105,7 @@ options:
105105
--logging Enable logging of fitness improvements
106106
--show-stats Display stats about mined rules
107107
```
108+
Note: The CLI script can also run as a python module (`python -m niaarm ...`)
108109

109110
## Reference Papers:
110111

0 commit comments

Comments
 (0)