15,041
edits
No edit summary |
mNo edit summary |
||
| Line 17: | Line 17: | ||
#** [https://en.wikipedia.org/wiki/Data_dependency Data dependency]: If the input data came from previous step, you should check the format of data generated by previous step before executing the process. | #** [https://en.wikipedia.org/wiki/Data_dependency Data dependency]: If the input data came from previous step, you should check the format of data generated by previous step before executing the process. | ||
# Progressive update | # Progressive update | ||
#* Incremental updates: How to apply | #* Incremental updates: How to apply new data to the current model | ||
#* How to use | #* How to use new data to update the model | ||
References | References | ||