#!/usr/bin/env bash

# Dump gzip data files to binary format
python3 rule_extraction/reader.py
# Generate intermediate graphs for train data
python3 rule_extraction/data_stream.py
# Extract induced-rules
python3 rule_extraction/extract_compiled_rules.py
# Generate extended-rules
python3 rule_extraction/extend_rules.py
