Giter VIP home page Giter VIP logo

Comments (3)

JonasIsensee avatar JonasIsensee commented on June 11, 2024
  1. If you wish, but it will need to be a quick test. Tests take long enough already...

  2. I do not understand

  3. I do not see the point for maximum errors.
    I have seen lots of these predictions and average errors are predictable.
    Only for very long training sets ( not possible on travis ) the maximum errors go down a little bit and a test
    @test 0 < predicted_value < maximum(field) does not seem particularly useful

from timeseriesprediction.jl.

Datseris avatar Datseris commented on June 11, 2024

If you wish, but it will need to be a quick test. Tests take long enough already...
Travis has a time limit of 50 minutes, we are waaaay below that, but I understand your point.

But yeah in general one more of these tests is only about 1 minute. I believe we can afford this.

I do not understand
So that we are sure that the actual scale of a field is preserved. As I said in chat, the field scale is an invariant of the method. So: compare the maximum and minimum value between prediction and reality, and make sure they are "close enough" (relative scale: 0.1).

I do not see the point for maximum errors.

Okay, for this you are right, but minimum should be tested and it is easy: relative minimum error should be between 0.0 and 0.1

Relative error = abs_error / 2*(maximum field value - minimum field value)

from timeseriesprediction.jl.

JonasIsensee avatar JonasIsensee commented on June 11, 2024

ok. Fair enough.
The scale of barkley is pretty close to 0-1 anyway. So I will just add minimum(abs_err) < 0.1.

from timeseriesprediction.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.