Skip to content

Commit d54c7a9

Browse files
committed
predict
1 parent 782828d commit d54c7a9

File tree

5 files changed

+41688
-0
lines changed

5 files changed

+41688
-0
lines changed

SQL/DP500/PREDICT/build.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# pip3 install scikit-learn numpy onnxmltools onnxruntime pyodbc setuptools skl2onnx sqlalchemy pandas
2+
3+
4+
import pandas as pd # doctest: +SKIP
5+
import numpy as np
6+
import pyodbc
7+
8+
from sklearn.datasets import fetch_california_housing
9+
housing = fetch_california_housing()
10+
print(housing)
11+
12+
13+
drivers = pyodbc.drivers()
14+
print(drivers)

0 commit comments

Comments
 (0)