Datasets:
haneulpark
commited on
Update Preprocessing Script.py
Browse files- 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'
|
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
|