Skip to main content
Solved

Inspect top n features?

  • January 30, 2019
  • 4 replies
  • 115 views

Howdy,

I've just run an inspector on a reader. Trying to get a visual feel for how the data looks before I put it through an attribute manager.

Turns out this is feature type has a lot of features in it, and its taking ages for the inspector to return anything.

Is there a way the inspector can just return top n features? If not could you build one?

Thanks!

Dan x

Best answer by david_r

Using a Sampler, you can build one yourself in 5 seconds :-)

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

david_r
Celebrity
  • Best Answer
  • January 30, 2019

Using a Sampler, you can build one yourself in 5 seconds :-)


Using a Sampler, you can build one yourself in 5 seconds :-)

My man! Thank you :)


ebygomm
Influencer
Forum|alt.badge.img+45
  • Influencer
  • January 30, 2019

Using a Sampler, you can build one yourself in 5 seconds :-)

Depending on the input data, you can also restrict the features to read by the Max Features to Read parameter. This can be quicker for large datasets as you don't have to read all the data in before sampling.


Depending on the input data, you can also restrict the features to read by the Max Features to Read parameter. This can be quicker for large datasets as you don't have to read all the data in before sampling.

Thanks for this egomm!