S SmartDocs
シリーズ: AI for Chemistry python 7 行 · 更新日 2026-02-11

sklearn_predict.py

AI for Chemistry/code/chemprop_VP-main (1)/chemprop_VP-main/sklearn_predict.py

"""Loads a trained sklearn model checkpoint and makes predictions on a dataset."""

from chemprop.sklearn_predict import sklearn_predict


if __name__ == '__main__':
    sklearn_predict()

関連記事