我在一個數據科學訓練營,和最後的案例研究包括數據預處理(完成),使用線性回歸模型的數據,然後移植到SQL的可視化。模型構建使用定製提供python代碼的練習。我附加代碼,代碼泡菜的兩個文件。
使用Python命令:
模型= absenteeism_model (' / dbfs / FileStore / shared_uploads / 1009276498。DIGIOVANN /模型”、“dbfs / FileStore / shared_uploads / 1009276498. DIGIOVANN /定標器”)
即使有顯式路徑提供給這些文件,我得到以下錯誤。
EOFError回溯(最近調用最後)
模塊在< <命令- 725274 > >
- - - - - > 1模型= absenteeism_model (' / dbfs / FileStore / shared_uploads / 1009276498。DIGIOVANN /模型”、“dbfs / FileStore / shared_uploads / 1009276498. DIGIOVANN /定標器”)
/ dbfs / FileStore / shared_uploads / 1009276498. digiovann / absenteeism_module。py __init__(自我、model_file scaler_file)
41張開(“模型”,rb) model_file,開放(“標量”,rb) scaler_file:
42歲的自我。reg = pickle.load (model_file)
推薦- - - - - - > 43自我。定標器= pickle.load (scaler_file)
44歲的自己。data =沒有
45
EOFError:跑出輸入