informatiCup / informatiCup2017

informatiCup 2017 - GitHub Repository Classifier
https://informaticup.github.io/
Apache License 2.0
13 stars 13 forks source link

How will the submissions be judged? #6

Open jonico opened 8 years ago

jonico commented 8 years ago

The evaluation criteria for each submission can be found here.

A convenience translation into English:

The jury of the competition is evaluating all submissions based on the criteria

The order of these criteria is not the order of importance, you should put your focus on the areas as demanded in the actual challenge description. The following points are meant to give you a rough idea what the criteria are about and should not be interpreted too literally.

Theoretic foundations/approach

Ichaelus commented 8 years ago

While trying to gather test samples, we became more and more unclear about how the functionality of our algorithm will be tested. The given classes (DEV, HW etc.) don't seem to be present in equal amount at Github. Having that information in mind, has the algorithm to face an amount of per-class-samples that correlates to the reality when tested or will they be nearly equal (like: 10 tests per class)?

Thanks, Michael

jonico commented 8 years ago

@Ichaelus: Your are 💯 that the different classes are not equally represented across GitHub. The test data will reflect that "unbalance" although we will not disclose the actual ratio. Your rationale and documentation around your algorithm will be drawn into the consideration at least as much as the "pure" evaluation results.

Doe this answer your question?