Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.26 KB

08-summary.md

File metadata and controls

36 lines (26 loc) · 1.26 KB

5.8 Summary

Slides

Notes

In this chapter we learned these topics:

  • We learned how to save the model and load it to re-use it without running the previous code.
  • How to deploy the model in a web service.
  • How to create a virtual environment.
  • How to create a container and run our code in any operating systems.
  • How to deploy our code in a public web service and access it externally from outside a local computer.

In the next chapter we will learn the algorithms such as Decision trees, Random forests and Gradient boosting as an alternative way of combining decision tress.

Add notes from the video (PRs are welcome)

⚠️ The notes are written by the community.
If you see an error here, please create a PR with a fix.

Navigation