Discover the formula of a function using genetic programming in Python

57 views Asked by At

I have a dataframe in Python with the data of an unknown function (i mean, values of x and their correspondant values of y) i want to discover the formula that relates both variables using genetic programming in python, how can i do that?

0

There are 0 answers