Skip to content

Commit 3d5b879

Browse files
committed
trigger the test
1 parent 39643e9 commit 3d5b879

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#!/usr/bin/env python
22

3-
# Copyright (c) 2022, 2023 Oracle and/or its affiliates.
3+
# Copyright (c) 2022, 2024 Oracle and/or its affiliates.
44
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
55

66
from sklearn.ensemble import AdaBoostClassifier
77

8+
89
model = AdaBoostClassifier()

0 commit comments

Comments
 (0)