Skip to content

Releases: RekerLab/MolALKit

v0.10.1

16 Jan 03:39

Choose a tag to compare

Bugfix for naive bayesian model configs.

v0.10.0

31 Oct 15:54

Choose a tag to compare

Support a series of new machine learning models.
Support exploitive active learning for classification task.

v0.9.1

27 Mar 04:23

Choose a tag to compare

Bugfix for restarting active learning from checkpoint file.

v0.9.0

24 Mar 01:25

Choose a tag to compare

Update to be compatible with mgktools==2.0.0.
Bugfix for chemprop models and GPR-MGK-Morgan when dealing with multi-molecular datasets.

v0.8.0

04 Mar 23:55

Choose a tag to compare

Add surrogate ML models: adaboost and xgboost.
Add features: sequential-pool active learning; partial-query active learning.

v0.7.0

14 Jan 03:36

Choose a tag to compare

Support logger output of chemprop.
Support continuous_fit of chemprop during active learning.
Support read pretrained model for chemprop.

v0.6.3

10 Jan 04:44

Choose a tag to compare

Simplify the code by using the args of chemprop for DMPNN.
Set default training epoch to 30 for neural networks.

Bug fix:
Set the acquisition value of passive learning to [] instead of None.
Missing trajectory frames for checkpoint file.

Add argument:
--write_traj_stride, set the frequency to output the trajectory file.

v0.6.2

26 Dec 05:18

Choose a tag to compare

Bugfix:
Continue active learning from checkpoint file.
Do not write repeated results when continue active learning from checkpoint file.

v0.6.1

20 Dec 14:52

Choose a tag to compare

Bugfix:
The parameter C of support vector machine is not correctly passed.
The model configs for two molecules data sets are updated.

v0.6.0

15 Dec 02:29

Choose a tag to compare

Add 3 metrics for regression tasks: Spearman's r, Pearson's r, and Kendall's tau.