haneulpark commited on
Commit
c36514a
·
verified ·
1 Parent(s): 0fcd403

Update Preprocessing Script.py

Browse files
Files changed (1) hide show
  1. Preprocessing Script.py +1 -1
Preprocessing Script.py CHANGED
@@ -17,7 +17,7 @@ fragment_remover = molvs.fragment.FragmentRemover()
17
 
18
  # 2. Load the original dataset into a pandas DataFrame
19
 
20
- # PLEASE download the 'raw_data.csv' first and run the code
21
  # https://huggingface.co/datasets/maomlab/AggregatorAdvisor/blob/main/raw_data.csv
22
 
23
  AA = pd.read_csv('raw_data.csv') # AA is an abbreviation of Aggregator Advisor
 
17
 
18
  # 2. Load the original dataset into a pandas DataFrame
19
 
20
+ # PLEASE download the 'raw_data.csv', which is the dataset from the paper, and run the code
21
  # https://huggingface.co/datasets/maomlab/AggregatorAdvisor/blob/main/raw_data.csv
22
 
23
  AA = pd.read_csv('raw_data.csv') # AA is an abbreviation of Aggregator Advisor