We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39643e9 commit 3d5b879Copy full SHA for 3d5b879
tests/integration/other/hpo_tuner_test_files/customized_model.py
@@ -1,8 +1,9 @@
1
#!/usr/bin/env python
2
3
-# Copyright (c) 2022, 2023 Oracle and/or its affiliates.
+# Copyright (c) 2022, 2024 Oracle and/or its affiliates.
4
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
5
6
from sklearn.ensemble import AdaBoostClassifier
7
8
+
9
model = AdaBoostClassifier()
0 commit comments