GithubHelp home page GithubHelp logo

Comments (1)

perib avatar perib commented on June 27, 2024

Thank you for your interest in contributing! We would love to have your help.

We have shifted development into our next version, TPOT2. We rewrote the codebase from scratch with the goal of making it clearer, more modular, and easier to extend and maintain. This also resolves many bugs/issues with TPOT1 (such as infinitely stalling), and begins to implement some new features (such as graph-based pipelines).

We have an alpha version of the codebase here: https://github.com/EpistasisLab/tpot2/tree/main . The dev branch contains the latest version, while the main is the current "stable version."
It is still in development, and things may change over time. We would love feedback on the organization/API/etc , especially from people looking to contribute.

For your question, about the initial population:
In TPOT2, the initial population is pulled from a generator that yields individuals. The code that is currently used is found here. Effectively, it loops through the possible root nodes and adds a number of random insertions to create the random population. This would be the function to modify to change how the initial population is generated.

The actual individual class is defined here: Its essentially a networkX graph of NodeLabel() objects that hold the method class (as types) and the hyperparameters (as dictionaries). the root node is the parent, child nodes feed their output to the parent nodes.

So if we want the user to provide the initial pipelines, we would just need a function that converts sklearn pipelines to the graphindividual format.

Feel free to open an issue on the TPOT2 page.

I'm also happy to set up a meeting to discuss any questions/concerns

from tpot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.