Decision trees and random forests

Decision trees & Random forests

Decision Trees Decision Trees are a popular machine learning algorithm used for both classification and regression tasks. They are a non-parametric supervised learning method. Basic Structure: How Decision Trees Work: Algorithm to Build a Decision Tree (like CART – Classification and Regression Trees): Strengths: Limitations: Random Forests Random Forests is an ensemble learning method that…

Read More
Web development platforms

Web development platforms

The “best” web programming platform often depends on the specific needs of a project or developer. However, here are some widely used and respected platforms. Remember, choosing a platform often comes down to factors like the needs of the project, the skills of the development team, performance requirements, and personal preference. Each of these platforms…

Read More
Joshua Tree national park

Road trip pandemic style

My wife and I recently completed an epic almost 5 week long road trip in the western US. We originally planned an international trip for the month but.. Covid19 changed those plans. So we booked a road trip instead, originally planning for a week stay in Victoria British Columbia, a week stay in downtown Portland…

Read More
Hiking in New Mexico

Hiking in New Mexico

My wife and I are getting ready to head out for an extended New Mexican vacation. Nine days in Taos then another 10 in Santa Fe with some stops to see Carlsbad Caverns, White Sands and a dip into Texas to to visit Guadalupe Mountains national park. I’ve been doing some research about where to…

Read More
deveoping a wordpress plugin

Developing a WordPress plugin

Developing a WordPress plugin requires understanding of PHP (the programming language behind WordPress), as well as knowledge of WordPress core functions, hooks, and filters. Here’s a basic step-by-step guide to developing a WordPress plugin: Remember, developing a WordPress plugin involves iterative testing. Always backup your data, and preferably develop on a staging or local environment…

Read More