├── README.md ├── add_features.py ├── higgs-numpy_pandas.py ├── higgs-pred_pandas.py ├── run.all.sh └── test_xgboost_pandas.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phunterlau/kaggle_higgs/HEAD/README.md -------------------------------------------------------------------------------- /add_features.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phunterlau/kaggle_higgs/HEAD/add_features.py -------------------------------------------------------------------------------- /higgs-numpy_pandas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phunterlau/kaggle_higgs/HEAD/higgs-numpy_pandas.py -------------------------------------------------------------------------------- /higgs-pred_pandas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phunterlau/kaggle_higgs/HEAD/higgs-pred_pandas.py -------------------------------------------------------------------------------- /run.all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phunterlau/kaggle_higgs/HEAD/run.all.sh -------------------------------------------------------------------------------- /test_xgboost_pandas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phunterlau/kaggle_higgs/HEAD/test_xgboost_pandas.py --------------------------------------------------------------------------------