Coder Social home page Coder Social logo

Accuracy problem about minirocket HOT 3 CLOSED

angus924 avatar angus924 commented on August 19, 2024
Accuracy problem

from minirocket.

Comments (3)

angus924 avatar angus924 commented on August 19, 2024 1

Ok, so as I said the results in results_ucr109_mean.csv are mean results over different resamples of the data. This is not the same as what you have done. If I understand correctly, you have used the original training/test split for each dataset.

The results in the first column of accuracy_ucr109_resamples.csv represent the accuracy of the method on the original training/test split for each dataset. The average of these values ~0.8567. If you ran the method multiple times on this version of the datasets you would get slightly different results, but I would expect the mean accuracy value to be close to this figure.

In other words, the difference is based on the datasets the method has been trained (and tested) on, specifically, whether or not you are using the original training/test splits, or using resamples.

from minirocket.

angus924 avatar angus924 commented on August 19, 2024

Hi @abolfazlzamanii, thanks for your question.

What are you referring to specifically? Is '85%' the accuracy on a particular dataset, or mean accuracy over all datasets?

When you say 'your accuracy', what are you referring to? There are a number of results files on the github. The results in results_ucr109_mean.csv represent mean accuracy over 30 resamples of each dataset. The accuracies on different resamples can be quite different. The results in accuracy_ucr109_resamples.csv show the results for each resample separately. If you are just running the method on the original training/test split for each dataset, I would expect the results to match resample 0 (i.e., the first column) in accuracy_ucr109_resamples.csv, as this corresponds to the original training/test split.

from minirocket.

abolfazlzamanii avatar abolfazlzamanii commented on August 19, 2024

I ran the program 5 times for all 109 datasets and got an average accuracy of 85% for all 109 datasets. Then I compared with the values presented in the file (results_ucr109_mean) that the average value of the total vote of 109 datasets was equal to 87%.

from minirocket.

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.