Vijay Killedar

Results 2 issues of Vijay Killedar

C code exported by porter has wrong data type for feature value as double which will cause accuracy percentage. scikit-learn code ``` def predict(self, X, check_input=True): """Predict class or regression...

1.0.0

Attaching training data csv file where first column is target class to predict. I generated pickle file and using sklearn-porter command line i convert pickle file to C Code and...

enhancement
question