NOTE: this also downgrads webpack to version 4
npm remove react react-dom react-scripts
npm add react@^17.0.2 react-dom@^17.0.2 react-scripts@^4.0.3
""" | |
Code to parse sklearn classification_report | |
Original: https://gist.github.com/julienr/6b9b9a03bd8224db7b4f | |
Modified to work with Python 3 and classification report averages | |
""" | |
import sys | |
import collections |