nok / sklearn-porter

Transpile trained scikit-learn estimators to C, Java, JavaScript and others.
BSD 3-Clause "New" or "Revised" License
1.28k stars 170 forks source link

Unable to check integrity score. #78

Closed nithinreddyy closed 2 years ago

nithinreddyy commented 3 years ago
# ...
porter = Porter(classifier, language='java')

# Compute integrity score:
integrity = porter.integrity_score(X)
print(integrity)

OSError: Windows isn't supported yet

nok commented 2 years ago

See duplicate issue: https://github.com/nok/sklearn-porter/issues/77