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

interpret.py

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

"""Uses MCTS to interpret a chemprop model."""

from chemprop.interpret import chemprop_interpret


if __name__ == '__main__':
    chemprop_interpret()

関連記事