Code Monkey home page Code Monkey logo

Comments (6)

PattonYu avatar PattonYu commented on August 18, 2024

Thanks for your attention and consideration. All experimental results (including CUFAR and baselines) we reported in the paper are evaluated in the same MSE approach, so it is fair enough for comparison.

We also evaluate all models using two different implementations of MSE, and we get the same results from these two implementations.

from cufar.

liulingbo918 avatar liulingbo918 commented on August 18, 2024

This seems to be the precision issue for numerical calculations. In most cases, these two implementations have the same MSE error, but sometimes they have a certain deviation. Their final results are different, when the deviations of all samples are accumulated. Please see the picture below

image

image

image

Another question: why not directly use the official results of the comparison methods?
`

from cufar.

PattonYu avatar PattonYu commented on August 18, 2024

I do not think that such little and small deviations (e-6 or even smaller in your pic) may cause a huge difference, i.e., 0.3 MSE in the pic. Moreover, I just evaluated TaskBJ-P1, results can be found in the attached file P1_test_results.txt. It shows that there is no deviation between two implementations of MSE.

For a fair comparison, we implemented all baselines and our model in the same experimental environment.

from cufar.

PattonYu avatar PattonYu commented on August 18, 2024

The version of dependencies is as follows:
scikit-learn 1.0.2
numpy 1.21.5

from cufar.

liulingbo918 avatar liulingbo918 commented on August 18, 2024

I find the ture reason.

I call the np.mean(np.power(real - pred, 2)) function after get_MAPE(pred, real).
However, the value of real has been modified in get_MAPE(pred, real),since its arguments are reference variables.

from cufar.

PattonYu avatar PattonYu commented on August 18, 2024

Congrats! Please contact me if you have any problem.

from cufar.

Related Issues (1)

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.