IMFAA commited on
Commit
43d4a4a
1 Parent(s): 0d21a62

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -123,6 +123,8 @@ The trained model is valid for 14:2:1 phases only, which are stoichiometric comp
123
  AdaBoostRegressor(base_estimator=RandomForestRegressor(max_depth=50,
124
  n_estimators=50),
125
  learning_rate=0.001))])
 
 
126
  **How to use the trained model for inference**
127
 
128
  ```python
 
123
  AdaBoostRegressor(base_estimator=RandomForestRegressor(max_depth=50,
124
  n_estimators=50),
125
  learning_rate=0.001))])
126
+
127
+
128
  **How to use the trained model for inference**
129
 
130
  ```python