A
A
AJ2017-01-20 21:41:24
Machine learning
AJ, 2017-01-20 21:41:24

How to classify objects with different number of features?

Good afternoon. Somehow, you need to classify objects with a different number of features (based on the structure of the object itself). I decided to practice with klearn in Python at the same time. Can anyone suggest which classification algorithm to use without knowing the number of features?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Arseny Kravchenko, 2017-01-20
@Arseny_Info

You can use any one, bringing the data to the same dimension - for example, fill the gaps in the input matrix with zeros, a separate None value, the most common value, etc.
You can use variable-dimensional input data, for example, in LSTM networks, but it is better not to take on such tricks without some experience.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question