Step 1: Upload Data
Or Upload Existing Training Set
Select Target Variable
Data Clean-up / Compound Screening
Pre-model data clean-up
Preview questionable compounds before splitting or modelling. Invalid target and low descriptor-completeness rows can be removed; activity outliers and duplicate IDs are flagged unless you choose to remove them.
Split Full Set
Select Descriptors (Features)
Result safety: every AI/ML run is tied to its exact target and descriptor signature. Changing the target, checked descriptors, or AI feature context archives and clears incompatible AI results. PDF export is disabled while an AI/ML run is active.
Recommended manuscript experiment: use the same descriptors and the same repeated 37/9 partitions for MLR, Ridge, PLS, SVR, Gaussian process, kNN and Random Forest. Compare typical external accuracy, variance and how often each method ranks first.
QSAR method guide: Use Robust QSAR for interpretable descriptor selection, then compare the final descriptor set with the Small-Data AI / ML Benchmark and Repeated AI / ML Robustness. Nested CV, repeated external partitions and conformal uncertainty should be interpreted together.
Glossary and method notes
Q²ext / Q²F1: external predictive squared correlation using the training-set mean as denominator.Q²F2: external predictive squared correlation using the external test-set mean as denominator.
Q²F3: normalized external prediction error compared with training-set target variance.
VIF: variance inflation factor; values above 5 suggest multicollinearity, above 10 are severe. Near-perfect descriptor collinearity can make VIF approach infinity.
Condition #: infinity-norm condition estimate for X'X; very large values suggest unstable coefficients.
Descriptor standardization: z-score scaling of each descriptor using the training-set mean and standard deviation; this improves coefficient comparability and often reduces numerical ill-conditioning caused by different descriptor scales.
Standardized β: raw coefficient × SD(descriptor) / SD(activity); use |β| to compare relative descriptor influence.
h*: leverage warning threshold used in Williams applicability-domain diagnostics. Test compounds with h > h* are extrapolations.
Y-randomization: checks whether good performance may arise by chance after target permutation.
Recommended workflow: set a fixed CV seed, use Robust QSAR or Elastic Net for high-dimensional data, use Exhaustive R² only for small filtered candidate pools, then build the final MLR model and export the model/predictions.
Upload training data first