Hi @andrewdy04,
Welcome in the Community !
Tree-based models are simple in their mechanisms, as they rely on if-else statement using thresholds values on the factors.
If you want to use your tree-based model in Excel, you can save the prediction formula in JMP, and replace the if-else JSL functions by the corresponding Excel functions. However, Boosted Tree and Random Forests can have quite complex (and long) prediction formula :

On the topic of modeling strategy, I'm afraid I won't have enough information to guide you. Here are some (non exhaustive !) questions to help you :
- How the data has been collected ? Through experimental data strategies like DoE ? Or observational data/production data ? Quantity of data is not sufficient to have a good model, you should prioritize your efforts on collecting high-quality information data, to make sure you have enough variability for you models.
- What is your objective ? Predictive modeling, explainative, both ? How much model interpretability/explainability is important for you (understand the key factors/drivers of the prediction model) ?
- Do you have any constraints or specification that could guide the model choice ? For example, do you expect non-linearity ? Curvature ? Would you like smooth prediction values over your experimental space or are "step-based" predictions (from tree-based models) acceptable ? You can check my post here to know more about this : model-comparison-and-selection
- What is your performance metric(s) and the acceptability threshold(s) ? What is the performance metric(s) you'll be evaluating, comparing and selecting your model(s) on ? Based on the measurement capacity (repeatability, reproducibility, precision, ...), what is the threshold value for each performance metric where you can assess the model performance is "good enough" ?
- What is your validation strategy ? Since you seem to be in a predictive modeling objective, what is your validation strategy in order to prevent overfitting : k-folds cross-validation, validation column, other ... ? Boosted Tree may be more prompt to overfitting than other tree-based methods (like bootstrap forest), so it's always best to have a validation strategy fixed and set before trying to optimize the performances (whether with Boosted Tree model or with others as well). Some posts are discussing this :
Solved: cross validation using k-fold fit quality - JMP User Community
Solved: Bootstrap Forest Platform > "validation" column vs "validation" portion - JMP User Community
Solved: Re: CROSS VALIDATION - VALIDATION COLUMN METHOD - JMP User Community
- There is also the topic of hyperparameter tuning if you're using Machine Learning models, as some algorithms may be more sensitive to hyperparameters tuning than other. Typically, Bootstrap/Random Forests are a lot less sensitive to hyperparameters tuning than Boosted models like Boosted Tree.
Hope this first answer may help you,
Victor GUILLER
"It is not unusual for a well-designed experiment to analyze itself" (Box, Hunter and Hunter)