Skip to content

Repository files navigation

README

  1. Code for a possible publication about using Active Learning to discover the free energy of an enormous number of Polycyclic Aromatic Carbons (PACs) using a limited number of samples.
  2. modAL is an active learning package. Installing it on Anaconda using pip has issues, so we include it here.
  3. There are 311 input features to predict free energy of dimerization, last column in data_all.csv (assoc).

Installation

To set up the environment and install the requirements, run the following command in the root directory of the repository using the terminal:

conda create --prefix ./feal python=3.10 --yes
conda activate ./feal
conda config --set env_prompt '(feal)'
pip install -r requirements.txt

Usage

To run the code, use the following command:

python run.py

To get the stratified sampling results, run the following:

python run_stratified.py

About

Active Learning Project for Free Energy of Dimerization

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages