andrewssobral
commited on
Commit
•
48946cf
1
Parent(s):
c4224de
Update to execution mode
Browse files
scikit-learn/adaboost_regressor/client.py
CHANGED
File without changes
|
scikit-learn/convert2onnx.py
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
import argparse
|
2 |
import joblib
|
3 |
|
|
|
1 |
+
#!/usr/bin/env python3
|
2 |
+
# -*- coding: utf-8 -*-
|
3 |
+
|
4 |
import argparse
|
5 |
import joblib
|
6 |
|
scikit-learn/model_packaging.py
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
import os
|
2 |
import onnx
|
3 |
import shutil
|
|
|
1 |
+
#!/usr/bin/env python3
|
2 |
+
# -*- coding: utf-8 -*-
|
3 |
+
|
4 |
import os
|
5 |
import onnx
|
6 |
import shutil
|