Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-19 | Merge branch 'master' of ailab.si:patterns | Martin Možina | |
# Conflicts: # aied2018/presentation/aied_poster.tex | |||
2018-06-19 | Representation of rules. | Martin Možina | |
2018-06-18 | Fix text and figures for AST patterns | Timotej Lazar | |
2018-06-17 | Added first version of presentation. | Martin Možina | |
2018-05-20 | Catch exception when files have non-utf characters. | Martin Možina | |
2018-05-20 | Added create_data and evaluate_orange. | Martin Možina | |
2018-04-04 | AIED2018: minor tweaks | Timotej Lazar | |
2018-04-04 | Shorter rules section, better transition from section 2 to 3. | Martin Mozina | |
2018-04-02 | Compress pattern description for short paper | Timotej Lazar | |
2018-03-30 | A poster version (4 pages). | Martin Možina | |
2018-02-06 | Minor corrections. | Martin | |
2018-02-06 | Tweak more | Timotej Lazar | |
2018-02-06 | Optimize table | Timotej Lazar | |
2018-02-06 | Optimize bibliography | Timotej Lazar | |
2018-02-06 | Update pattern description | Timotej Lazar | |
2018-02-06 | Added evaluation. | Martin Mozina | |
2018-02-05 | Fixed total/correct values in the table. | Martin | |
2018-02-05 | Compactify sections 3 and 4, prettify rules | Timotej Lazar | |
2018-02-05 | Added greatest absolutist | Martin Mozina | |
2018-02-04 | Add evaluation for patterns | Timotej Lazar | |
2018-02-04 | Tweak minorly | Timotej Lazar | |
2018-02-04 | Add introduction | Timotej Lazar | |
2018-02-02 | Fahrenheits and Celsius | Martin | |
2018-02-01 | Add section on patterns | Timotej Lazar | |
Evaluation with RFs is still missing. | |||
2018-02-01 | Algorithm for rule learning. | Martin Mozina | |
2018-01-29 | Changed title. | Martin Mozina | |
2018-01-27 | aied2018: add working title and abstract | Timotej Lazar | |
2018-01-25 | regex: minor and probably unnecessary tweak | Timotej Lazar | |
2018-01-25 | regex: fix attribute handling in make_pattern | Timotej Lazar | |
Needs more testing. | |||
2018-01-25 | regex: tweak make_pattern function | Timotej Lazar | |
Fix a bug where literals were not included in patterns (»not x« is not the same as »x is None«). | |||
2018-01-22 | canonicalize: fix some compat issues for AST module | Timotej Lazar | |
TODO check if this is OK | |||
2018-01-19 | regex: add several types of patterns | Timotej Lazar | |
Add patterns describing function calls and control structures. | |||
2018-01-19 | Tweak main | Timotej Lazar | |
Store original program before canonicalization. Print attributes. Use only 70% of data. Increase number of estimators for RF. | |||
2018-01-19 | regex: remove find_patterns (unused and broken) | Timotej Lazar | |
2018-01-10 | canonicalize: oops, missed a spot | Timotej Lazar | |
2018-01-10 | regex: always include operator in BinOp/Compare patterns | Timotej Lazar | |
2018-01-08 | Add main | Timotej Lazar | |
2018-01-08 | Oops, missed a print | Timotej Lazar | |
2018-01-08 | Import asttokens library | Timotej Lazar | |
2018-01-08 | Import dynamic pattern stuff | Timotej Lazar | |
2018-01-08 | Simplify canonicalize.canonicalize | Timotej Lazar | |
2018-01-03 | canonicalize: support »import *« | Timotej Lazar | |
2018-01-03 | canonicalize: don’t rename imports | Timotej Lazar | |
2017-12-29 | Import AST pattern stuff | Timotej Lazar | |
2017-12-28 | Add .gitignore | Timotej Lazar | |
2017-12-28 | Import canonicalization module from ITAP | Timotej Lazar | |
Code by Kelly Rivers found at https://github.com/krivers/ITAP-django. |