Skip to content
This repository was archived by the owner on Jul 20, 2025. It is now read-only.

Commit 32ecfd5

Browse files
committed
Interoperate prop_id *t*
1 parent 38fa6df commit 32ecfd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

train_regressor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def mpds_get_data(api_client, prop_id, descriptor_kappa):
5050
props.drop(to_drop.index, inplace=True)
5151

5252
if prop_id == 't':
53-
props['Value'] *= 100000 # normalization 10**5
53+
props['Value'] *= 100000 # scaling 10**5
5454

5555
phases_compounds = dict(zip(props['Phase'], props['Compound'])) # keep the mapping for future
5656
avgprops = props.groupby('Phase')['Value'].mean().to_frame().reset_index().rename(columns={'Value': 'Avgvalue'})

0 commit comments

Comments
 (0)