Archivio Categoria: Software development

Docker subscriptions and features

These programs include Docker-Sponsored Open Source, Docker Official Images, and Docker Verified Publishers. Even though Docker is not the only container platform, it is undoubtedly the most demanding containerization and DevOps or DevSecOps tool. A Dockerized environment is far more efficient and flexible than any other app deployment method. Following are the Docker services that […]

Onion Architecture explained Building maintainable software Medium

Essentially that forms a shared Core as opposed to a per-service Core layer. I haven’t been using this layer in any of my services and I do have a shared library that all services depend on. The User Interface layer is responsible for presenting the information to the user and receiving input from the user. […]

Lesson 11: Tree-based Methods STAT 508

However, this would almost always overfit the data (e.g., grow the tree based on noise) and create a classifier that would not generalize well to new data4. To determine whether we should continue splitting, we can use some combination of (i) minimum number of points in a node, (ii) purity or error threshold of a […]