Skip to content

Predicting Python method name given an Abstract Syntax Tree

Notifications You must be signed in to change notification settings

Castavo/method-naming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Method Naming

Predicting Python method name given an Abstract Syntax Tree

Usage

For the different available commands and their usage, see the scripts in the slurm_scripts directory. The two main commands are preprocess and train.

The notebook visu.ipynb shows some useful plots and how to apply a trained model to a single example.