Skip to content

Commit

Permalink
path changed
Browse files Browse the repository at this point in the history
  • Loading branch information
vishallmaurya committed Aug 18, 2024
1 parent 80049ad commit 815a903
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/VEDA/Veda.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from BalanceData import AdaptiveBalancer
from DimensionReducer import DimensionReducer
from FeatureSelector import FeatureSelection
from OutlierHandler import OutlierPreprocessor
from Preprocessor import DataPreprocessor
from .BalanceData import AdaptiveBalancer
from .DimensionReducer import DimensionReducer
from .FeatureSelector import FeatureSelection
from .OutlierHandler import OutlierPreprocessor
from .Preprocessor import DataPreprocessor

import pandas as pd

Expand Down

0 comments on commit 815a903

Please sign in to comment.