Git Product home page Git Product logo

Comments (6)

willtebbutt avatar willtebbutt commented on June 15, 2024 1

@kaandocal is this now resolved as #291 is merged?

from abstractgps.jl.

devmotion avatar devmotion commented on June 15, 2024

Shouldn't you use

typeof​(​posterior​(​gp​(X2, ​0.01​), Y2))

in your comparison?

BTW your comparison doesn't guarantee type stability, you would want to check if the type can be inferred correctly. This can be done e.g. with @code_warntype and @inferred.

from abstractgps.jl.

kaandocal avatar kaandocal commented on June 15, 2024

My fault, I forgot the second typeof (the result doesn't change however). Just to clarify, by type stability I meant that adding more observations to a GP changes its type in this case!

from abstractgps.jl.

devmotion avatar devmotion commented on June 15, 2024

I can't check it right now but I assume that the problem is a missing vcat definition for ColVecs, so the type changes when concatenating X1 and X2. Does it work with regular vectors for X1 and X2?

from abstractgps.jl.

kaandocal avatar kaandocal commented on June 15, 2024

That is indeed the problem! For 1-dimensional vectors X1 and X2 it works. I'll create a PR in KernelFunctions.jl.

from abstractgps.jl.

devmotion avatar devmotion commented on June 15, 2024

I'll take that as a yes 🙂

from abstractgps.jl.

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.