Other News

Editorials

Date and Time Options

Old habits die hard; at least for me that is true. I find that I am still using the old DateTime data type, even though other options were introduced in SQL Server 2008 resulting in equivalent, more, or less precision while using less memory in some cases. Susan Ibach did a nice blog a few years ago breaking out some […]

Community

Probit Classification Using C#

(James McCaffrey) Probit (“probability unit”) classification is a machine learning (ML) technique that can be used to make predictions in situations where the dependent variable to predict is binary—that is, it can take one of just two possible values. Probit classification is also called probit reg