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
¡Cuál es el porcentaje de error relativo que me indica que mi modelo es válido?
MiguelHH98
Member Posts: 11 Learner III
Hola!
Mi modelo incluye aproximadamente 100 datos por cada variable. El error relativo resultante al correr el modelo es de 7.9% bajo el método elegido como "best performance". Quisiera saber si con ese error mi modelo es válido o, si es que no, cuál sería el adecuado.
Espero su pronta respuesta. Gracias.
Saludos,
Miguel Hinostroza
Mi modelo incluye aproximadamente 100 datos por cada variable. El error relativo resultante al correr el modelo es de 7.9% bajo el método elegido como "best performance". Quisiera saber si con ese error mi modelo es válido o, si es que no, cuál sería el adecuado.
Espero su pronta respuesta. Gracias.
Saludos,
Miguel Hinostroza
Tagged:
1
Best Answers
-
varunm1 Member Posts: 1,207 UnicornHello @MiguelHH98
Based on the results, the GBT has better performance than others. So, to define if the model is valid, my choice is to look at correlation values and RMSE. You can take R^2 (squared correlation) as a reference. An R^2 >0.5 is good for many domains. In your case, you can select the option correlation from the drop-down menu (instead of relative error) and calculate the square of correlation to see if you have good R^2 value.
The standard values change based on domains and the amount of error acceptance is also based on domain knowledge.Regards,
Varun
https://www.varunmandalapu.com/Be Safe. Follow precautions and Maintain Social Distancing
2 -
[Deleted User] Posts: 0 Newbie@MiguelHH98
Hi
Also this is Auto model and in Auto model, RM automatically choose best algorithms for your data and make process for them so all of them are valid but the best one is Gradient Boosted Trees according to your screen shot. You can use other metrics for that in order to evaluate your process.
I hope this helps
mbs6
Answers
@MiguelHH98
Please show the result of your process ( with screen shot) to see that and can explain your result.
Regards
mbs
These are the results:
I used, approximately, 20 attributes and 100 values per attribut. I want to know if my model is valid according to the best relative error (Gradient Boosted Trees) or what percentage could you recommend. Thanks.
Regards,
MiguelHH98