Spaces:
Running
Running
Vela
commited on
Commit
·
6eeddda
1
Parent(s):
3fde957
added file path
Browse files
src/modules/logistic_regression.py
CHANGED
@@ -10,7 +10,7 @@ src_directory = os.path.abspath(os.path.join(os.path.dirname(__file__), "../..",
|
|
10 |
sys.path.append(src_directory)
|
11 |
from data import sample_data
|
12 |
|
13 |
-
file_path = r"
|
14 |
df = sample_data.get_data_frame(file_path)
|
15 |
|
16 |
def get_label(message):
|
|
|
10 |
sys.path.append(src_directory)
|
11 |
from data import sample_data
|
12 |
|
13 |
+
file_path = r"src\data\sms_process_data_main.xlsx"
|
14 |
df = sample_data.get_data_frame(file_path)
|
15 |
|
16 |
def get_label(message):
|