What's the tool?


This tool can be used to split training set and test set by picking a subset of molecules randomly.
| Step 1: Upload data file
Example
Example


| Step 2: Set parameters
Set the test size for the data
If float, should be between 0.0 and 1.0 and represent the proportion of the dataset to include in the test split. If integer, represents the absolute number of test samples.


Set the random state for the data
Pseudo-random number generator state used for random sampling.