├── 01_xml_to_csv.py ├── 02_join_data.py ├── 03_extract_features.py ├── 04_train_svm.py ├── README.md ├── feature_extraction_utils.py └── tira_client.py /01_xml_to_csv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeygrigorev/wsdmcup17-vandalism-detection/HEAD/01_xml_to_csv.py -------------------------------------------------------------------------------- /02_join_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeygrigorev/wsdmcup17-vandalism-detection/HEAD/02_join_data.py -------------------------------------------------------------------------------- /03_extract_features.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeygrigorev/wsdmcup17-vandalism-detection/HEAD/03_extract_features.py -------------------------------------------------------------------------------- /04_train_svm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeygrigorev/wsdmcup17-vandalism-detection/HEAD/04_train_svm.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeygrigorev/wsdmcup17-vandalism-detection/HEAD/README.md -------------------------------------------------------------------------------- /feature_extraction_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeygrigorev/wsdmcup17-vandalism-detection/HEAD/feature_extraction_utils.py -------------------------------------------------------------------------------- /tira_client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexeygrigorev/wsdmcup17-vandalism-detection/HEAD/tira_client.py --------------------------------------------------------------------------------