visualization

jaezone
New Altair Community Member
hi, i would like to ask what is the best model for visualization to interpret my data?
Tagged:
0
Answers
-
Hi @jaezone
The selection of the model depends on the kind of the data you have.
Generally you can use AutoModel to see at the same time how many models work on your data.
If you work only with operators, if you check there are categories about the kind of modeling you want.
If you can tell the kind of data you have, it would be very helpful.
Hope it helps.
0 -
Hello @jaezone
Do you want to visualize your raw data? If this data is high dimensional (more than three columns/attributes), you can use t-SNE method to visualize the raw data in low dimensional space (2 or 3 dimension). This will help you understand if there are any patterns in your data.
One other method is to use regular clustering methods to see how the data is divided into clusters, if there are no output labels in your data.
Please inform if you need more information.0