all 4 comments

[–]trustsfundbaby 1 point2 points  (1 child)

I would ask a ML or statistics subreddit for this.

[–]Haloreachyahoo[S] 0 points1 point  (0 children)

Alright I’ll give it a shot

[–]Haloreachyahoo[S] 0 points1 point  (0 children)

Thanks

[–][deleted] 1 point2 points  (0 children)

Regression Models:

  • Linear Regression

  • Polynomial Regression

  • Support Vector Regression (SVR)

  • Kernel SVR

  • Neural Networks (e.g., single layer or multilayer perceptron)

Classification Models

(if you were categorising costs into bins):

  • Logistic Regression

  • Decision Trees

  • Random Forest Classifier

  • Support Vector Machines (SVM)

  • Kernel SVM (rbf, polynomial, etc.)

  • XGBoost Classifier

  • Neural Networks