Best algorithm for Polynomial label and int columns

[Deleted User]
[Deleted User] New Altair Community Member
edited November 2024 in Community Q&A
Hi
What algorithm is your suggestion for a dataset with int columns and polynomial label?
Thank you
Tagged:

Best Answers

  • varunm1
    varunm1 New Altair Community Member
    Answer ✓
    Hello @mbs

    You can use tree-based algorithms like decision tree, random forest, gradient boosted tree or neural networks and naive Bayes. You can use any algorithm as there are no particular set of algorithms that can be good or bad as it is mostly based on your data.

    Thanks.
  • sgenzer
    sgenzer
    Altair Employee
    Answer ✓
    Two other thoughts:
    • Try Auto Model - it will automatically select the best algorithms for your data set
    • The legacy site https://mod.rapidminer.com/ is still rather helpful
    Scott

Answers

  • varunm1
    varunm1 New Altair Community Member
    Answer ✓
    Hello @mbs

    You can use tree-based algorithms like decision tree, random forest, gradient boosted tree or neural networks and naive Bayes. You can use any algorithm as there are no particular set of algorithms that can be good or bad as it is mostly based on your data.

    Thanks.
  • sgenzer
    sgenzer
    Altair Employee
    Answer ✓
    Two other thoughts:
    • Try Auto Model - it will automatically select the best algorithms for your data set
    • The legacy site https://mod.rapidminer.com/ is still rather helpful
    Scott
  • [Deleted User]
    [Deleted User] New Altair Community Member
    perfect B)