“…Random Forest models were created using the RandomForestClassifier class for classification of tissues and the RandomForestRegression class was used for age prediction. In both cases, the parameter search space iterated over the following grid: ‘bootstrap’: [True, False], ‘n_estimators’: [100, 300, 500, 1000, 1500, 2000], ‘n_estimators’: [3, 5, 10, 20], ‘max_depth’: 3 to 100 at an interval of 3), ‘min_samples_split’: [1,2,4], ‘min_samples_leaf’: [3, 5, 10, 20, 30], ‘max_features’: [’sqrt’, ‘log2’]. These parameters were sampled 100 times for each of the four filtered GEMs (NoNo, and three GEMs normalized by TMM, MRN, and TPM respectively).…”