ClimbsRocks / auto_ml

[UNMAINTAINED] Automated machine learning for analytics & production
http://auto-ml.readthedocs.io
MIT License
1.64k stars 310 forks source link

How can I use this toolkit to do multi-output regression? #413

Open offchan42 opened 6 years ago

offchan42 commented 6 years ago

For example, I have a bunch of real numbers (camera image from headset) as input and I want to predict where my left hand is relative to the camera (4 numbers, x, y, z, length). My left hand will be visible on the camera.

x,y,z is a unit vector representing direction from camera to the left hand, and length is the distance from the camera to the left hand.

So can this tool support predicting multiple outputs? If yes, how could I do it? If not please suggest me a tool that can do it or another way of solving my problem.