Skip to content

Commit

Permalink
fix: change xgbreg to xgboostreg in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lopa10ko committed Jul 27, 2024
1 parent 6832632 commit 5dc247c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Apart from that there are other options whose names speak for themselves: ``'sta
`sgdr`,Stochastic Gradient Descent regressor,Regression
`svr`,Linear Support Vector regressor,Regression
`treg`,Extra Trees regressor,Regression
`xgbreg`,Extreme Gradient Boosting regressor,Regression
`xgboostreg`,Extreme Gradient Boosting regressor,Regression
`bernb`,Naive Bayes classifier (multivariate Bernoulli),Classification
`catboost`,Catboost classifier,Classification
`cnn`,Convolutional Neural Network,Classification
Expand Down Expand Up @@ -190,7 +190,7 @@ Apart from that there are other options whose names speak for themselves: ``'sta
`sgdr`,`sklearn.linear_model.SGDRegressor`,`fast_train` `ts`
`svr`,`sklearn.svm.LinearSVR`,
`treg`,`sklearn.ensemble.ExtraTreesRegressor`,`*tree`
`xgbreg`,`xgboost.XGBRegressor`,`*tree`
`xgboostreg`,`FEDOT model`,`*tree`
`bernb`,`sklearn.naive_bayes.BernoulliNB`,`fast_train`
`catboost`,`catboost.CatBoostClassifier`,`*tree`
`cnn`,`FEDOT model`,
Expand All @@ -204,7 +204,7 @@ Apart from that there are other options whose names speak for themselves: ``'sta
`qda`,`sklearn.discriminant_analysis.QuadraticDiscriminantAnalysis`,`fast_train`
`rf`,`sklearn.ensemble.RandomForestClassifier`,`fast_train` `*tree`
`svc`,`sklearn.svm.SVC`,
`xgboost`,`xgboost.XGBClassifier`,`*tree`
`xgboost`,`FEDOT model`,`*tree`
`kmeans`,`sklearn.cluster.Kmeans`,`fast_train`
`ar`,`statsmodels.tsa.ar_model.AutoReg`,`fast_train` `ts`
`arima`,`statsmodels.tsa.arima.model.ARIMA`,`ts`
Expand Down

0 comments on commit 5dc247c

Please sign in to comment.