Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new_benchmark #353

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

new_benchmark #353

wants to merge 3 commits into from

Conversation

Alice0416
Copy link

Description

This pull request adds a random forest algorithm utilizing features from the Sine Coulomb Matrix and MagPie featurization algorithms. Here are the key details of the algorithm:

  • Sine Coulomb Matrix: Creates structural features based on Coulombic interactions within a periodic boundary condition (suitable for crystalline materials with known structures).

  • MagPie Features: Weighted elemental features derived from elemental data such as electronegativity, melting point, and electron affinity.

Both algorithms were executed within the Automatminer v1.0.3.20191111 framework for convenience, although no auto-featurization or AutoML processes were applied.

Data Processing

  • Data Cleaning: Features with more than 1% NaN samples were dropped. Missing samples were imputed using the mean of the training data.

  • Featurization:

  1. For structure problems: Both Sine Coulomb Matrix and MagPie features were applied.

  2. For problems without structure: Only MagPie features were applied.

Model Details

  • Random Forest: Utilizes 500 estimators.

  • Hyperparameter Tuning: None performed. A large, constant number of trees were used in constructing each fold's model, using the entire training+validation set as training data for the random forest.

Additional Information

Raw Data and Example Notebook: Available on the matbench repository.

Included files

-- benchmarks
---- matbench_v0.1_RFSCM/Magpie
------ results.json.gz             # required filename
------ my_python_file.py            # required filename
------ info.json                   # required filename

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant