You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's missing to realize the evaluation scenario is to:
do it over several configurations: here a challenge would be to request only configurations with kernel versions AND compiler version supported by kpredict (see https://pypi.org/project/kpredict/ for the details)
get the actual size out of a configuration id
So basically there are two things to do:
write the whole script (in Python) by calling the API and process the data
modify a bit the API to ease/enable the requests we want
How does it sound?
The text was updated successfully, but these errors were encountered:
Hi,
related to #17...
The goal is to program a Python script that would assess kpredict accuracy over the data we have and using the Web API.
By accuracy, I mean the difference between the predicted size and the actual size.
We can compute such differences for many configurations...
See this metric: https://en.wikipedia.org/wiki/Mean_absolute_percentage_error
Right now, it's possible to do something like
wget https://tuxmlweb.istic.univ-rennes1.fr/data/configuration/167950/config; mv config .config; kpredict .config
and kpredict returns a number (68.1).
What's missing to realize the evaluation scenario is to:
So basically there are two things to do:
How does it sound?
The text was updated successfully, but these errors were encountered: