V
V
Valentin Birulya2021-08-01 06:05:51
Machine learning
Valentin Birulya, 2021-08-01 06:05:51

Is it possible to use polynomial regression on multivariate data?

For example, there is an array (500, 10) and, accordingly, y (500)
In the case of my attempt to make a polynomial regression, an array is obtained (500,10,n) where n is the degree.
But Sklearn's LinearRegression does not accept such input data.
It is generally real and if it is real then with the help of what tools?
Or does it violate the laws of physics?)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Z
zexer, 2021-08-01
@zexer

https://scikit-learn.org/stable/modules/generated/...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question