Giter VIP home page Giter VIP logo

Comments (2)

nnnet avatar nnnet commented on June 16, 2024 1

@trevorstephens , thanks for the quick response.
Of course I understand your objectives and respect them.
Tell you a secret :) I have realized these and other features, but your code is written very nice and some hacks were useful for me - thanks again for the package and waiting new release.

from gplearn.

trevorstephens avatar trevorstephens commented on June 16, 2024

Hi @nnnet , thanks for the feedback! 👍 Unfortunately most of your requests fall outside of the scope of this project. Basically, the gplearn project goals is to offer a fairly streamlined interface into GP with a scikit-learn style API. Adding a large amount of complexity to what can be achieved for more specific needs means leaving that behind and moving towards a fully customizable architecture. There are other packages out there that fill that need at the cost of more set-up time by the user.

I don't have any immediate plans for adding a "parameter" type of node for the next release, though that might be something that I consider in a future release down the road. One obvious complication would be that you would need to constrain certain inputs to each function which adds a good amount of complexity to creating user-defined functions. Anyhow, I'll tag this feature request and leave it open for any other feedback from other users.

Your example of a moving average function does not really fit within the existing framework. There is no concept of "time" in the input datasets, so that would be tricky to implement without the user-defined function pointing to an external column of timestamps (outside of X). That should be workable within the existing function definition framework though (without the evolving parameters part) although subsampling throws a spanner in the works.

At this stage I do not plan on adding support for returning multiple columns from a function. That deviates too much from the tree-based structure of the base programs and would make the recursion of tree more expensive potentially.

You may be able to implement such a model-based function within the master branch function framework. Again, no immediate plans for parameter nodes. But I may revisit this after the next release if there is sufficient demand.

Thanks again for your feedback, I hope you understand the goals of the project do not align well with many of these specific requests.

from gplearn.

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.