Giter Site home page Giter Site logo

Comments (8)

pathfinder49 avatar pathfinder49 commented on August 19, 2024

We might just want to give the option of passing **kwargs to FitBase.fit.

from oitg.

dnadlinger avatar dnadlinger commented on August 19, 2024

If set to ‘jac’, the scale is iteratively updated using the inverse norms of the columns of the Jacobian matrix (as described in [JJMore]).

That's more or less what I was referring to – would this work for us? If we can avoid having to manually set this in 99.999% of cases, this seems like a huge win.

from oitg.

pathfinder49 avatar pathfinder49 commented on August 19, 2024

That might do the trick. Would it hurt to expose **kwargs though?

from oitg.

dnadlinger avatar dnadlinger commented on August 19, 2024

Probably not – at least if it's a named dictionary (curve_fit_args? fit_args? algorithm_options?), where it doesn't make the FitBase API more convoluted. I'd just like to avoid making the common case more complex.

from oitg.

pathfinder49 avatar pathfinder49 commented on August 19, 2024

I've modified FitBase to use x_scale='jac'. However, **kwargs should still be exposed.

from oitg.

dnadlinger avatar dnadlinger commented on August 19, 2024

Will do that later.

from oitg.

dnadlinger avatar dnadlinger commented on August 19, 2024

We might need update scipy in our artiq-env for that to work, by the way.

from oitg.

dnadlinger avatar dnadlinger commented on August 19, 2024

Un-assigning myself, as FitBase seems like a lost cause (or, to be more precise, requires serious amounts of work to be generally useful for my experiments, like proper support for multi-dimensional data), and I'm thus unlikely to do much work on it.

from oitg.

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.