Katya Garmash

Results 6 comments of Katya Garmash

Also, it detects the P21 here: ``` private static final class Group extends Component { private final Map nameToMBeanMap; Group(String objectNameBase, List objectNames, List> interfaceTypes) { int beanCount = implementations.size();...

First attempt, let me know if it's not the right format: In general, I'd like feature extraction to be customizable. Right now it is set globally in config.py. If I...

> Also we have certain type of dictionary which is handled by another part of a program (it is returned by `run_recommend_for_file` function which will be `rank` function, as I...

> Also we have certain type of dictionary which is handled by another part of a program (it is returned by `run_recommend_for_file` function which will be `rank` function, as I...

@lyriccoder @acheshkov I have looked through the methods for the `recommend` functionality and if anything, my suggestion will only simplify that code. For example, lines 74-75 in predict method will...

@acheshkov @lyriccoder updated the specification of the desired functions (see first comment). Is it better?