You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-13Lines changed: 17 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,10 @@ Seq2Pat is developed as a joint collaboration between Fidelity Investments
22
22
and the Tepper School of Business at CMU. Documentation is available at [fidelity.github.io/seq2pat](https://fidelity.github.io/seq2pat).
23
23
24
24
## Quick Start
25
+
26
+
We present examples for constraint-based sequential pattern mining and dichotomic pattern mining.
27
+
Sequences can be represented as strings or positive integers.
28
+
25
29
### Constraint-based Sequential Pattern Mining
26
30
```python
27
31
# Example to show how to find frequent sequential patterns
@@ -95,7 +99,8 @@ The library offers various constraint types, including a number of non-monotone
95
99
## Usage Examples
96
100
97
101
Examples on how to use the available constraints can be found
98
-
in the [Usage Example Notebook](https://github.com/fidelity/seq2pat/blob/master/notebooks/usage_example.ipynb).
102
+
in the [Usage Example Notebook](https://github.com/fidelity/seq2pat/blob/master/notebooks/sequential_pattern_mining.ipynb).
103
+
You can also find out how to scale up the mining capability, by running Seq2Pat on batches of sequences in parallel in [Batch Processing Notebook](https://github.com/fidelity/seq2pat/blob/master/notebooks/batch_processing.ipynb).
99
104
100
105
Supported by Seq2Pat, we proposed **Dichotomic Pattern Mining** ([X. Wang and S. Kadioglu, 2022](https://arxiv.org/abs/2201.09178)) to analyze the correlations between
101
106
mined patterns and different outcomes of sequences. DPM allows generating feature vectors based on mined patterns and plays an integrator role between Sequential
0 commit comments