Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
Signed-off-by: Minh Khue Tran <[email protected]>
  • Loading branch information
Minh Khue Tran committed Jan 23, 2025
1 parent 254f90f commit 9b25452
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@
FloatType,
)
from datetime import datetime
from src.sdk.python.rtdip_sdk.pipelines.machine_learning.spark.k_nearest_neighbors import (
KNearestNeighbors,
)
from src.sdk.python.rtdip_sdk.pipelines.machine_learning.spark.k_nearest_neighbors import KNearestNeighbors
from pyspark.ml.feature import VectorAssembler, StandardScaler, StringIndexer
from pyspark.sql.functions import col

Expand Down

0 comments on commit 9b25452

Please sign in to comment.