Results for "ROC AUC"

9 / 104 posts

Search: ROC AUC

Filter by Category

Python

Logistic Regression — The Superhero of Classification | ML Series Part 3

Logistic Regression explained completely — sigmoid function, evaluation metrics, class imbalance, threshold tuning, and real-world projects in Python. Beginn...

logistic regression logistic regression python classification machine learning
Match in tagsMatch in contentMatch in code
Apr 14, 2026 21 min read
SQL

Understanding Stored Procedures in MSSQL

What is a Stored Procedure? A stored procedure is a group of SQL statements that are compiled and saved in the database. Instead of writing the same SQL qu…

azure database oracle
Match in titleMatch in content
Mar 19, 2026 5 min read
SQL

SQL Server Deadlock & Performance Monitoring Made Easy

Introduction In SQL Server, performance issues are very common. Sometimes queries run slow, sometimes users get stuck, and sometimes the system becomes unres...

SQLServer DBA PerformanceTuning
Match in contentMatch in code
Mar 19, 2026 52 min read
SQL

SQL Server Multi-Level Approval Workflow with Auto Skip Logic

In many enterprise applications like HRMS, Travel Requests, Expense Approval, Purchase Approval , we need a multi-level approval workflow . But real system…

Multi-Level Approval Workflow SQL
Match in contentMatch in code
Mar 1, 2026 14 min read
Python

What is Machine Learning? A Complete Beginner-Friendly Guide | Part 1

What is Machine Learning, why it matters, and how it works — explained simply for beginners. Covers supervised, unsupervised, and reinforcement learning with...

machine learning machine learning tutorial ml for beginners
Match in contentMatch in code
Apr 14, 2026 19 min read
SQL

SQL Server Data Archiving System

Introduction As databases grow, performance starts degrading. Queries become slow, indexes become heavy, and maintenance becomes difficult. This is where dat...

SQL Server Data Archiving SQL Performance
Match in tagsMatch in contentMatch in code
Mar 31, 2026 24 min read
SQL

Understanding Cursors in +SQL Server: A Complete Guide

...ta at once. However, there are cases where you may need to process …

database oracle programming
Match in content
Mar 19, 2026 6 min read
Python

Linear Regression — A Complete Deep Dive | ML Series Part 2

Linear Regression explained from scratch — math, types, implementation, evaluation metrics, regularization, and real-world projects in Python. Beginner to ad...

linear regression linear regression python machine learning regression
Match in contentMatch in code
Apr 14, 2026 22 min read
SQL

Stored Procedure in MySQL

Syntax for Creating a Stored Procedure DELIMITER // CREATE PROCEDURE procedure_name (IN param1 data_type, OUT param2 data_type) BEGIN -- SQL statements END…

Match in titleMatch in contentMatch in code
Mar 19, 2026 1 min read