Skip to content
Advertisement

How can I predict the outputs using a prediction function? [closed]

I’ve created my own prediction function (R=C^3+Z^2+3) to predict my target variable. The problem is now I am dealing with a prediction function not an algorithm; therefore .predict from scikit-learn won’t work. But then how can I get my predictions?

JavaScript

Advertisement

Answer

here is what you want in pandas.

JavaScript
JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement