Skip to content

Commit

Permalink
fix: rename undetected module in frequency table
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherzhafif committed Oct 19, 2024
1 parent 39b71c1 commit 12e743b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FrequencyTable.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import numpy as np
from Calculations import Calculate
from Data import Result
from .Calculations import Calculate
from .Data import Result

class Classify:
def __init__(self, dataset):
Expand Down

0 comments on commit 12e743b

Please sign in to comment.