Skip to content

Commit

Permalink
fixing cyclic import
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Reddy Boyapally <[email protected]>
  • Loading branch information
shashank-boyapally committed Jul 29, 2024
1 parent d690d5b commit c6eac33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/algorithms/isolationforest/isolationForest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import pandas as pd
from fmatch.logrus import SingletonLogger
from hunter.series import ChangePoint, ComparativeStats
from pkg.algorithms import Algorithm
from pkg.algorithms.algorithm import Algorithm


class IsolationForestWeightedMean(Algorithm):
Expand Down

0 comments on commit c6eac33

Please sign in to comment.