9 lines
220 B
Bash
Executable File
9 lines
220 B
Bash
Executable File
#!/bin/bash
|
|
python basic_walkthrough.py
|
|
python custom_objective.py
|
|
python boost_from_prediction.py
|
|
python generalized_linear_model.py
|
|
python cross_validation.py
|
|
python predict_leaf_indices.py
|
|
rm -rf *~ *.model *.buffer
|