“…The values of the gamma and c parameters of the SVR model are the same as those of the SVC model, epsilon=np.linspace (0.00001,1,30); the XGBClassifier model parameter value range is n_estimators=np.arange(50,401,30), max_depth=np.arange(2,10,1), min_chile_Weight=np.linspace (1,9,30) and learning_rate= np.linspace(0.05,0.3). The XGBRegenerator model parameter value range is n_estimators= np.arange(50,401,10), max_depth=np.arange (1,15), min_chile_weigh=np.linspace(1,9,50), learning_rate=np.linspace(0.05,0.3,50). Among these, np.linspace and np.arange are built-in functions of the data mining library.…”