symbolic-regression-with-genetic-programming

1.0.1 • Public • Published

Symbolic Regression with Genetic Programming

Symbolic Regression with Genetic Programming is a Python class that performs symbolic regression using genetic programming techniques. It allows users to discover mathematical expressions that best fit the given data, without making any assumptions about the form of the underlying function.

Usage:

  1. Initialize the GeneticProgramming object with the desired parameters.
  2. Fit the model to the data using the fit method.
  3. Predict target values for new data points using the predict method.

Features:

  • Automatically discovers mathematical expressions from data using genetic programming.
  • Supports customization of population size, number of generations, and other parameters.
  • Provides interpretable solutions in the form of symbolic expressions.

Requirements:

  • Python 3.x
  • NumPy
  • SymPy

/symbolic-regression-with-genetic-programming/

    Package Sidebar

    Install

    npm i symbolic-regression-with-genetic-programming

    Weekly Downloads

    5

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    3.75 kB

    Total Files

    3

    Last publish

    Collaborators

    • martinezmorris