-
Data Science – Short Answers !
Data Science – How XGBoost Algorithm Works ? (1) Difference Between Training & Testing Set? (2) Difference In Validation Set & Testing Set? (3) Define Bias & Variance. (4) How You Will Handle Missing Values In The Dataset ? Mean, Median, Mode KNN Imputation, MICE Imputation, Regression Imputation. Forward Fill, Backward Fill, Interpolation. (5) How Decision Tree Classifier Works ? (6) How Logistic Regression Model Evaluated? (7) Assumptions Of Linear Regression Model. Linearity. Multicollinearity. Normality. Homoscedasticity. No Autocorrelation. (8) What Is Multicollinearity How To Handle It? (9) Explain Why Performance Of XGBoost Is Better & Why ? (10) Why Is
-
Data Science – How XGBoost Algorithm Works ?
Data Science – How XGBoost Algorithm Works ? Table Of Contents: What Is XGBoost ? How XGBoost Algorithm Works ? Bonus Concept . Example Of XGBoost . (1) What Is XGBoost Algorithm ? (2) How XGBoost Algorithm Works ? (3) How XGBoost Algorithm Works ? (4) Example Of XGBoost . (5) Why XGBoost Is Popular ?
-
Data Science – What Are Attribute Selection Measures In A Decision Tree ?
Data Science – What Are Attribute Selection Measures Used In Decision Tree ? Table Of Contents: Entropy. Information Gain. Gini Index. Gain Ratio. Chi – Square Test. Reduction In Variance. (1) Entropy: (2) Information Gain (3) What Is Gini Index ? Why We Do Square Of Probability ? Why We Do Square Of Probability ? (4) What Is The Issue With Information Gain ? (5) What Is Gain Ratio ? Example:
-
Data Science – When Should We Stop Growing Decision Tree ?
Data Science – When Should We Stop Growing Decision Tree ? Table Of Contents: When Should We Stop Growing Decision Tree? (1) When Should We Stop Growing Decision Tree Algorithm ?
-
Data Science – What Is Interpolation ?
Data Science – What Is Interpolation ? Table Of Contents: What Is Interpolation ? Assumptions Of Interpolation ? Linear Interpolation. Polynomial Interpolation. Spline Interpolation. (1) What Is Interpolation ? Interpolation is a technique used to estimate or “fill in” missing values in a dataset by using the values of surrounding data points. In other words, it generates a smooth transition between known values by estimating the unknown values in between. This is especially useful in time series or continuous numerical data where missing points can disrupt trends or patterns. (2) Assumptions Of Interpolation ? Interpolation assumes that data points near
-
Data Science – How To Handle Missing Values In A Dataset ?
Data Science – How To Handle Missing Values In A Dataset? Table Of Contents: Simple Imputation Techniques. Advanced Statistical Methods. Time Series Specific Imputation. Model-Based And Ensemble Imputation. Domain Specific or Hybrid Approaches. (1) Simple Imputation Techniques (2) Advanced Statistical Methods (3) Time Series Specific Imputation (4) Model Based & Ensemble Imputation (5) Domain Specific & Hybrid Approaches
