kycai23 commited on
Commit
17d7c01
·
verified ·
1 Parent(s): 0b6ab0e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -3
README.md CHANGED
@@ -1,3 +1,35 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: sklearn
3
+ tags:
4
+ - tabular-regression
5
+ - machine-learning
6
+ - civil-engineering
7
+ datasets:
8
+ - custom
9
+ license: mit
10
+ ---
11
+
12
+ # Model Name: c3cf
13
+
14
+ ## Model Description
15
+
16
+ **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](https://github.com/LAMDA-NJU/Deep-Forest) algorithm.
17
+
18
+ - **Developed by:** Kangyi Cai @ Missouri S&T
19
+ - **Model type:** Cascade Forest
20
+ - **Language(s):** Python
21
+ - **License:** MIT
22
+
23
+ ## Uses & Limitations
24
+ **c3cf** can make reasonable predictions for coal-ash-incorporated cement mortars, whose strength is in the range of 15-65 MPa, replacement level of coal ash is <50% by mass, and curing age is between 7 and 91 days.
25
+
26
+ ## How to Get Started with the Model
27
+ This repository contains a collection of regression models located in the `regs/` directory. Refer to the [kycai/c3cf](https://github.com/kycai/c3cf) for detailed guides.
28
+
29
+ ```python
30
+ from huggingface_hub import snapshot_download
31
+ path = snapshot_download(repo_id="kycai23/c3cf")
32
+ ```
33
+
34
+ ## Training & Evaluation
35
+ Refer to the [research article]() mentioned above.