MLWave/Kaggle-Ensemble-Guide

How do you use glob files

mrandrewandrade opened this issue · 2 comments

for the first argument, how do you use glob files?

Hi, these work pretty much like dir on Windows and ls on Linux.

kaggle_avg.py mysubs\*.csv averaged_outputfile.csv

A note: Use these scripts for a quick run. You probably want to rewrite properly for more serious usage. Sorry for the poor documentation.

Thanks!