The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Best algorithm for Polynomial label and int columns
[Deleted User]
Posts: 0 Newbie
Hi
What algorithm is your suggestion for a dataset with int columns and polynomial label?
Thank you
What algorithm is your suggestion for a dataset with int columns and polynomial label?
Thank you
0
Best Answers
-
varunm1 Member Posts: 1,207 UnicornHello @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.Regards,
Varun
https://www.varunmandalapu.com/Be Safe. Follow precautions and Maintain Social Distancing
0 -
sgenzer Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM Moderator Posts: 2,959 Community ManagerTwo 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
6
Answers