Skip to content

Commit

Permalink
udpated datapoints
Browse files Browse the repository at this point in the history
  • Loading branch information
4darsh-Dev committed May 6, 2024
1 parent 2a641a5 commit 65fc129
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ staticfiles/
dump.sql
schema.sql
sentences.csv
myenv/

2 changes: 1 addition & 1 deletion api/mlApi/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

file_path2 = "F:/backup-kali/codeFiles/projects/cognigaurd/api/datasets/new_dp_dataset.csv"

file_path3 = "F:/backup-kali/codeFiles/projects/cognigaurd/api/datasets/dp_final_dataset_april_3k.csv"
file_path3 = "F:/backup-kali/codeFiles/projects/cognigaurd/api/datasets/dp_final_dataset_may_4k.csv"


df = pd.read_csv(file_path, sep='\t')
Expand Down

0 comments on commit 65fc129

Please sign in to comment.