How to get significativity for tabular data in machine learning?
Im using fastai to train a network on tabular data (https://docs.fast.ai/tutorial.tabular.html).
I have a table with 5 columns, each of these is the specific attribute that describes a galaxy and helps to classify it into two types: elliptical and spiral.
My question is: Is it possible to get the value of which of these attributes is most helpful/least helpful for the training? I mean some king of ranking.
Topic feature-importances fastai classification
Category Data Science