Christopher Wales

Results 4 issues of Christopher Wales

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.34.0 x64 **Electron**: 2.0.16 **OS**: Mac OS X 10.14.4 **Thrown From**: [terminal-tab](https://github.com/jsmecham/atom-terminal-tab) package 0.5.7 ### Stack Trace Uncaught TypeError: activeSession.copySelection is...

emulsify version: 3.1 node version: any version less than 12. using 11.00 at this moment npm (or yarn) version: 6.4.1 **What you did:** Ran the npm start script **What happened:**...

- Change positional argument to keyword argument in flat_classification_report.

Hi, it appears that flat_classification_report is now broken. Scikit-learn's [classification_report](https://scikit-learn.org/stable/modules/generated/sklearn.metrics.classification_report.html?highlight=classification_report) no longer uses positional arguments anymore and was deprecated prior a while back. It seems this is now [being enforced](https://scikit-learn.org/dev/whats_new/v1.0.html#enforcing-keyword-only-arguments)....