Molecular multi-instance machine learning
Project description
QSARmil is a package for designing pipelines for building QSAR models with multi-instance machine learning algorithms.
Introduction
Multi-instance machine learning for molecules
Installation
pip install qsarmil
Benchmarking QSARmil
To facilitate benchmarking QSARmil against alternative platforms, we developed a meta-model builder that eliminates the need for manual adjustments to the model-building protocol. The pipeline automatically generates multiple multi-conformer models using diverse descriptor sets and multi-instance learning methods, and then applies a genetic algorithm to identify the optimal consensus combination of individual models. The input data should be provided as a pandas DataFrame, where the first column contains the molecular SMILES strings and the second column contains the corresponding target property values.
from qsarmil.meta import MultiConformerModel
model = MultiConformerModel(num_conf=10, hopt=True, task="regression", output_folder="mcf", verbose=True)
y_pred = model.run_predict(df_train, df_test)
Use cases
See the examples of QSARmil application for different tasks in the tutorial collection .
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file qsarmil-1.0.3.tar.gz.
File metadata
- Download URL: qsarmil-1.0.3.tar.gz
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da2bef5940f2e4ce761d283f2e78e2198f54211956e9172e9a6d42c4aabd3d19
|
|
| MD5 |
a9e33087fadbaab0d37c63c5ebcdfce5
|
|
| BLAKE2b-256 |
c9cbaf5efa9af61718316aeaeab1892a5825db9698e786a16038b35a5b8ecc83
|
File details
Details for the file qsarmil-1.0.3-py3-none-any.whl.
File metadata
- Download URL: qsarmil-1.0.3-py3-none-any.whl
- Upload date:
- Size: 17.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c7c35adf309bc3a55e14c46f2057b210dcfed84961d5427ae08a894e82baedc
|
|
| MD5 |
9d6d4cd5338448c54e3f2498e1aa368a
|
|
| BLAKE2b-256 |
7903babafa03462ecff2008509b024937edba4bd5d06dccbbc11fc20cd3e4187
|