This is the Linux app named gplearn whose latest release can be downloaded as 0.4.3sourcecode.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named gplearn with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
gplearn
DESCRIPTION
gplearn implements Genetic Programming in Python, with a scikit-learn-inspired and compatible API. While Genetic Programming (GP) can be used to perform a very wide variety of tasks, gplearn is purposefully constrained to solving symbolic regression problems. This is motivated by the scikit-learn ethos, of having powerful estimators that are straightforward to implement. Symbolic regression is a machine learning technique that aims to identify an underlying mathematical expression that best describes a relationship. It begins by building a population of naive random formulas to represent a relationship between known independent variables and their dependent variable targets in order to predict new data. Each successive generation of programs is then evolved from the one that came before it by selecting the fittest individuals from the population to undergo genetic operations.
Features
- gplearn implements Genetic Programming in Python
- Documentation available
- gplearn supports regression through the SymbolicRegressor
- gplearn is built on scikit-learn and a fairly recent copy (0.22.1+) is required for installation
- Examples available
- gplearn retains the familiar scikit-learn fit/predict API and works with the existing scikit-learn pipeline and grid search modules
Programming Language
Python
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/gplearn.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.
