on ‎2018 Feb 27 11:57 AM
Hi
In BO Predictive analytics, in Modeler i haves selected Classification/Regression model on click of Analyze getting "Warning No informative variable was found to build a reliable model." How to fix this warning?
Same input table when i had executed with PAL Algorithm decession tree in SQL worked fine.
Table Schema:
CREATE COLUMN TABLE PAL_DT_DATA_TBL ( "OUTLOOK" VARCHAR(20), "TEMP" INTEGER, "HUMIDITY" DOUBLE, "WINDY" VARCHAR(10), "CLASS" VARCHAR(20) ); INSERT INTO PAL_DT_DATA_TBL VALUES ('Sunny', 75, 70, 'Yes', 'Play');
Thanks
Vino
Request clarification before answering.
Hello Vino, you need more data points. You do not have enough data points to create a reliable model.
Kind regards
Antoine
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.