c3cf, Cascade Forest models for predicting the Compressive strength of Coal-ash-incorporated Cement composites, were developed in the research article:
Coal ashes as supplementary cementitious materials: physicochemical property effects on hydration and strength, along with property-informed machine learning modeling. They are tree-based ensemble models that implements the
deep forest algorithm.
This repository contains a collection of regression models located in the
regs/ directory. Refer to the
kycai/c3cf for detailed guides.
1from huggingface_hub import snapshot_download
2path = snapshot_download(repo_id="kycai23/c3cf")