-
Notifications
You must be signed in to change notification settings - Fork 12
Command Line Args in Cleaning Script #169
Copy link
Copy link
Open
Description
When attempting to run:
python -m orderly.clean --output_path="../orderly_benchmarks/orderly_forward.parquet" --ord_extraction_path="data/orderly/uspto/extracted_ords" --molecules_to_remove_path="data/orderly/uspto/all_molecule_names.csv" --min_frequency_of_occurrence=0 --map_rare_molecules_to_other=False --num_product=2 --num_reactant=3 --num_solv=3 --num_agent=3 --num_cat=0 --num_reag=0 --consistent_yield=False --scramble=True --train_size=0.9 --remove_reactions_with_no_reactants=True --remove_reactions_with_no_products=True --remove_reactions_with_no_solvents=False --remove_reactions_with_no_agents=False
I encountered
Error: No such option: --train_size
The correct flag appears to be:
--train_test_split_fraction
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels