- Go Machine Learning Projects
- Xuanyi Chew
- 134字
- 2021-06-10 18:46:34
Final requirement
Despite the fact that we're model building right now, we want to build with the future in mind. The future is a production-ready machine learning system that performs linear regression. So whatever functions and methods we write have to take into account other things that may occur in a production environment that may not occur in the model -building phase.
The following are things to consider:
- Unseen values: We have to write a function that is able to encode previously unseen values.
- Unseen variables: At some point in the future we might pass a different version of the data in that may contain variables that are unknown at model-building time. We would have to handle that.
- Different imputation strategies: Different variables will require different strategies for guessing missing data.
推薦閱讀
- 機(jī)器學(xué)習(xí)及應(yīng)用(在線實(shí)驗(yàn)+在線自測(cè))
- 精通Excel VBA
- 電腦上網(wǎng)直通車(chē)
- 21天學(xué)通Java
- 電腦主板現(xiàn)場(chǎng)維修實(shí)錄
- Android游戲開(kāi)發(fā)案例與關(guān)鍵技術(shù)
- Docker on Amazon Web Services
- Excel 2007常見(jiàn)技法與行業(yè)應(yīng)用實(shí)例精講
- 氣動(dòng)系統(tǒng)裝調(diào)與PLC控制
- 新編計(jì)算機(jī)圖形學(xué)
- 格蠹匯編
- R Machine Learning Projects
- Learn Microsoft Azure
- 中老年人學(xué)電腦與上網(wǎng)
- 互聯(lián)網(wǎng)單元測(cè)試及實(shí)踐