Decision Tree – Only Six RowsThis is a very simple example of building a decision tree model on a very small dataset that […] March 20, 2024 in Machine Learning tagged sklearn / decisiontreeclassifier / decision / simple / tree / python / Decision Trees by Mike
Simple Decision Tree in PythonWe have a series of posts that introduces the reader to decision trees. It begins with the post […] February 4, 2024 in Machine Learning tagged grape / apples / grapes / decision / simple / tree / classifier / apple / Decision Tree Apples Grapes by Mike
Simple Linear RegressionWhat is regression? A very common statistics question is whether or not one variable is associated with another […] October 11, 2023 in Statistics tagged simple / linear / regression / Linear Regression by Mike
Simple Linear Regression AssumptionsModel assumptions as statements about the data that must be true in order to justify the use of […] October 3, 2023 in Statistics tagged simple / linear / regression / assumptions / Linear Regression by Mike
Simple Linear Regression in ExcelLinear regression analysis is used to predict the value of a variable based on the value of another […] February 8, 2023 in Statistics tagged linear / two / regression / excel / simple / relationship / variables / Linear Regression by Mike
WPF SQLite ToDo CRUD IntroductionThis post is the first of a short series of posts about creating a WPF project that allows […] May 19, 2020 in WPF tagged simple / sqlite / crud / todo / data / access / WPF SQLite ToDo CRUD by Mike
WPF FrameThe Frame is a WPF built-in content control that does not have the notion of being clicked like […] April 11, 2020 in WPF tagged simple / frame / container by Mike
WPF Simple Splash ScreenWPF provides a mechanism for displaying a simple graphic image before the main window appears. If you just […] March 29, 2020 in WPF tagged simple / window / splash / screen by Mike
WPF DataGrid Control IntroductionThe DataGrid control was introduced in WPF version 4.0. The Windows Presentation Foundation (WPF) DataGrid is a powerful […] September 30, 2018 in WPF tagged list / select / simple / introduction / grid / datagrid / selection / data / itemsource / excel / freeze / WPF DataGrid Control by Mike
C# PrimitivesThis post serves as an introduction to primitives and expressions. A primitive is a simple type. The post […] May 20, 2018 in C# tagged simple / verbatim / types / primitives / primitive / C# Primitives and Expressions by Mike
SQL Server Exception Handling Part 14This post is a continuation of our SQL Server project that uses exception handling, except that here we […] October 13, 2017 in SQL Server tagged boilerplate / error / transaction / exception / try / catch / tran / simple / simplified / SQL Server Exceptions by Mike