Views
No views yet
AbstainingPUClassifier).apu_optuna/orb_mag__xgboost/model.joblib
(held-out MP test split: AUPRC 0.961, AUROC 0.967, ECE 0.024).https://github.com/sheikhahnaf/matinvent-BO under hcap_bo/ (see syn_finding.md).apu_optuna/<feature_set>__<base>/model.joblib — eight AbstainingPUClassifier
checkpoints (joblib).cache/bank.npz.pca.pkl — PCA fitted on the training bank; required to map a raw
256-d ORB embedding to the orb_pca block used at inference.1import joblib
2model = joblib.load("apu_optuna/orb_mag__xgboost/model.joblib")
3# X = concat([orb_pca(50), magpie(132)]); see hcap_bo/src/apu_synthesizability
4p = model.predict_proba(X) # synthesizability probability in [0, 1]
5dec = model.predict(X) # {"predictions": 1/0/-1, "abstain", "ood_scores", ...}apu_synthesizability package
(matinvent-BO/hcap_bo/src) and its dependencies (scikit-learn, xgboost, joblib,
numpy). Each study is reproducible from hcap_bo/slurm/apu_optuna.slurm (seed 42).