6fd0cef36658db42b6368e0704b4057132b6cffb,skll/data.py,,load_examples,#Any#Any#Any#Any#Any#,558

Before Change


             the feature matrix.
    """
    // Setup logger
    logger = log_to_stderr()

    logger.debug("Path: {}".format(path))

    // Build an appropriate generator for examples so we process the input file

After Change


             the feature matrix.
    """
    // Setup logger
    logger = logging.getLogger(__name__)

    logger.debug("Path: {}".format(path))

    // Build an appropriate generator for examples so we process the input file
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 4

Instances


Project Name: EducationalTestingService/skll
Commit Name: 6fd0cef36658db42b6368e0704b4057132b6cffb
Time: 2013-11-01
Author: dblanchard@ets.org
File Name: skll/data.py
Class Name:
Method Name: load_examples


Project Name: EducationalTestingService/skll
Commit Name: 6fd0cef36658db42b6368e0704b4057132b6cffb
Time: 2013-11-01
Author: dblanchard@ets.org
File Name: skll/data.py
Class Name: _DictIter
Method Name: __iter__


Project Name: EducationalTestingService/skll
Commit Name: 6fd0cef36658db42b6368e0704b4057132b6cffb
Time: 2013-11-01
Author: dblanchard@ets.org
File Name: skll/data.py
Class Name:
Method Name: write_feature_file


Project Name: EducationalTestingService/skll
Commit Name: 6fd0cef36658db42b6368e0704b4057132b6cffb
Time: 2013-11-01
Author: dblanchard@ets.org
File Name: skll/metrics.py
Class Name:
Method Name: kappa