-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
129,184 additions
and
912,778 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,35 @@ | ||
# The data will be generated here. | ||
|
||
Feature versions: | ||
How to use the dataset: | ||
|
||
## The feature version data set | ||
|
||
Without add llm survey result: | ||
|
||
- See [feature_commit_details.csv](feature_commit_details.csv) | ||
|
||
With llm survey result: | ||
|
||
- See [feature_commit_details_survey.csv](feature_commit_details_survey.csv) | ||
|
||
Feature versions is tagged by human and rechieved from the following source: | ||
|
||
- https://github.com/isovalent/ebpf-docs/blob/master/data/feature-versions.yaml | ||
|
||
How to get the newest feature version data: | ||
|
||
```bash | ||
# get the newest feature version data | ||
wget https://raw.githubusercontent.com/isovalent/ebpf-docs/master/data/feature-versions.yaml -O data/feature-versions.yaml | ||
# generate the feature version data with commit details | ||
python3 data/gen_feature_csv.py | ||
# run the survey with llm | ||
python3 surver/survey.py survey/feature_survey.yml data/feature_commit_details.csv data/feature_commit_details_survey.csv | ||
``` | ||
|
||
## The commit data set | ||
|
||
``` | ||
# get the commit csv | ||
``` |
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.