Remove old custom objective demo. (#7369)

We have 2 new custom objective demos covering both regression and classification with
accompanying tutorials in documents.
This commit is contained in:
Jiaming Yuan
2021-10-27 16:31:48 +08:00
committed by GitHub
parent b9414b6477
commit 2eee87423c
3 changed files with 0 additions and 68 deletions

View File

@@ -87,12 +87,6 @@ def test_generalized_linear_model_demo():
subprocess.check_call(cmd)
def test_custom_objective_demo():
script = os.path.join(PYTHON_DEMO_DIR, 'custom_objective.py')
cmd = ['python', script]
subprocess.check_call(cmd)
def test_cross_validation_demo():
script = os.path.join(PYTHON_DEMO_DIR, 'cross_validation.py')
cmd = ['python', script]