7 lines
188 B
Bash
Executable File
7 lines
188 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
|
|
rm -rf *~ *.model *.buffer |