Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
geopyck
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alice Brenon
geopyck
Graph
playground
Select Git revision
Branches
2
main
default
protected
playground
2 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
25
Nov
25
Jul
22
21
18
17
16
28
May
2
12
Apr
21
Mar
20
21
Feb
Take argument-handling out of the CLI function to draw DensityProfiles
playground
playground
Add a function to the LexicalSimilarities to compute the projection of a vector on the subspace it shares with another vector (useful to explain how keysIntersection can be lower than colinearity)
Rename the Nearest-Neighbour matrix now that I've recognised it
Add a script to compute lexical similarities
Add a help message to the --maximal flag of the confusion matrix script
Fix a forgotten import in NGrams
Forgot the dependency on graphviz in the python's requirements file (from 98bb5f9)
Add a script to draw graphs
Don't require the argument in getConfusionMatrix since it doesn't make sense to pass one when loading a JSON
Separate matrix handling from matrix ploting + add support for the Maximal Confusion Matrices
Add a module exposing two functions to ease JSON load/saving by removing the need for a with: construct
Remove trailing punctuation blocks from shortened legends
Add NGrams and Stopwords functions to the GEODE.Classification module
Add a method to map over the content of a corpus
Fix typo that just happened to work
Preserve label orders when trimming them
Expose label-trimming logic as a separate module for reuse
Add former 'domain groups' used in EGC2022 and expose superdomains as the default by renaming it publicly to just 'domains'
Rename ENE labels to match the camelCase convention used in the rest of the repos + expose it through the main GEODE module
Add the function used to reduce the size of ENE events by grouping them byArticle (format required by ENEDensity)
Add the code used to annotate ENE and export labels while we're at it
Taking superdomains out to a Classification module which will perhaps someday contain the tools used for prediction
Solidifying some useful code used here and there in the project
main
main
Loading