1
0

updating with new approach to modeling the phabricator tasks

This commit is contained in:
Matthew Gaughan 2025-03-13 10:16:25 -07:00
parent 92a9254085
commit 99059271b8
11 changed files with 1762 additions and 636 deletions

View File

@ -20,3 +20,12 @@ rm -r -f .local
cd rfc_df <- read.csv("/gscratch/comdata/users/mjilg/mw-repo-lifecycles/case1/0220_ve_rfcs_text.csv")
cd /gscratch/comdata/users/mjilg/mw-repo-lifecycles/case1/
ls
rm wide-testing_0312_extensions_ve_weekly_commit_count_data.csv
rm wide-testing_0312_mediawiki_core_weekly_commit_count_data.csv
ls
rm en-testing_0312_extensions_ve_weekly_commit_count_data.csv
rm en-testing_0312_mediawiki_core_weekly_commit_count_data.csv
l
ls
rm en-testing_0312_mediawiki_core_weekly_commit_count_data.csv
ls

View File

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

@ -15,3 +15,4 @@ When done using RStudio Server, terminate the job by:
2. Issue the following command on the login node:
scancel -f 24810962
slurmstepd: error: *** JOB 24810962 ON n3439 CANCELLED AT 2025-03-12T21:58:24 DUE TO TIME LIMIT ***

File diff suppressed because one or more lines are too long

View File

@ -483,7 +483,7 @@
"source": [
"def extract_dependency_tree(sentence):\n",
" doc = nlp(sentence)\n",
" return [(token.text, token.lemma_, token.dep_, token.head.text, token.ancestors, token.subtree, token.children) for token in doc]"
" return [(token.text, token.dep_, token.head.text, token.ancestors, token.subtree, token.children) for token in doc]"
]
},
{

File diff suppressed because one or more lines are too long

View File

@ -211,7 +211,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.16"
"version": "3.9.21"
}
},
"nbformat": 4,

View File

@ -1811,7 +1811,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.16"
"version": "3.9.21"
}
},
"nbformat": 4,