devml icon indicating copy to clipboard operation
devml copied to clipboard

Product of Pragmatic AI Labs: Machine Learning, Statistics and Utilities around Developer Productivity, Company Productivity and Project Productivity

Results 19 devml issues
Sort by recently updated
recently updated
newest added

Installing devml locally or on a standalone Jupyter notebook works fine, but installation on a Spark executor fails. ```Waiting for a Spark session to start... Spark Initialization Done! ApplicationId =...

Love the idea of distribution of "abnormal commits" http://onlinelibrary.wiley.com/doi/10.1002/smr.1893/full

A few interesting clustering ideas: * Behavioral clustering: Active Ratio, Commits/Day * Defect clustering: Files, Churn Ratio * Identify similar developers

enhancement

One pattern I see frequently is developers who check in thousands of lines of code from other projects or 3rd party libraries. Would be interesting to: A. Detect this B....

enhancement

Use JSON validation: https://pypi.python.org/pypi/jsonschema

enhancement

Best to be safe with shell escaping: i.e.: https://docs.python.org/2/library/subprocess.html#frequently-used-arguments

enhancement

Would be useful to have an ability quantify lint information: i.e. Python code that has lint and warning errors from Pylint, then put that as a column in a Pandas...

Git can map users to a file, using .mailmap is one way to solve this.

enhancement

looking for something that works in all languages.

enhancement