ウェブ版の計算方法
Web implementation
ウェブ版では、化合物が学習データに含まれるかどうかに応じて異なる再学習モデルを使用します。学習済物質の推算には、指定温度が測定温度範囲の内側か外側かにかかわらず、物理化学記述子、構造カウント、トポロジカル指標から選択した23個のRDKit.js互換分子記述子と逆温度を入力として使用します。未学習物質の推算には、8個の物理化学記述子と逆温度を使用します。Python版RDKitを用いるGitHubモデルとは入力記述子と学習データが異なるため、予測値と精度は一致しません。SMILESから分子記述子への変換にはRDKit.jsを使用しています。
The web version uses different retrained models depending on whether the substance is represented in the training dataset. Predictions for dataset-covered substances use inverse temperature and 23 RDKit.js-compatible molecular descriptors selected from physicochemical descriptors, structural counts, and topological indices, regardless of whether the specified temperature is inside or outside the measured range. Predictions for unseen substances use inverse temperature and eight physicochemical descriptors. The input descriptors and training data differ from those of the GitHub model, which uses Python RDKit; consequently, the predictions and accuracy may differ. RDKit.js is used to convert SMILES strings into molecular descriptors.