Closed marcelfranke closed 3 years ago
The onnx conversion in the notebook tutorial-predict-nyc-taxi-tips-onnx.ipynb is not working. I'll get the error "ValueError: You passed in an iterable attribute but I cannot figure out its applicable type."
Hi @marcelfranke, comment out the first two lines and re-run.
%pip list
%pip install scikit-learn==0.20.3
%pip install scikit-learn==0.20.3
Works, sorry my fault. I should better read the documentation.
The onnx conversion in the notebook tutorial-predict-nyc-taxi-tips-onnx.ipynb is not working. I'll get the error "ValueError: You passed in an iterable attribute but I cannot figure out its applicable type."