Skip to content

Commit 3dafe31

Browse files
committed
LightGBM requires re-formatting column names
1 parent 5208701 commit 3dafe31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ads/opctl/operator/lowcode/common/transformations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# Copyright (c) 2023, 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

6+
import re
67
from abc import ABC
78

89
import pandas as pd
9-
import re
1010

1111
from ads.opctl import logger
1212
from ads.opctl.operator.lowcode.common.const import DataColumns

0 commit comments

Comments
 (0)