• GIT Commands

    GIT Commands (1) How To Pull Code From A Remote Branch To Local?======================================================Step-1: git checkout -b hotfix/R110.1_Update1 Step-2: git pull origin hotfix/R110.1_Update1 Step-3: Go To Your Pycham And Files And Reload From Disk (2) How To Cloan A GIT Branch ?====================================git clone – single-branch – branch release/R121.1 https://[email protected]/scm/oa/operationsadvisor.git git clone – single-branch – branch Insight_Service/Intermediate_R121.1 https://[email protected]/scm/oa/operationsadvisor.git git clone – single-branch – branch Insight_Service/R120.1 https://[email protected]/scm/oa/operationsadvisor.git git clone – single-branch – branch release/R120.1 https://[email protected]/scm/oa/operationsadvisor.git git clone – single-branch – branch Insight_Service/Merge_branch_R121.1 https://[email protected]/scm/oa/operationsadvisor.git git clone – single-branch – branch vishnu/Intermediate_R121.1 https://[email protected]/scm/oa/operationsadvisor.git (3) How To Create A New Branch ?========================================Step-1: Go To Bit Bucket

    Read More

  • Linear Regression – Assumption – 5 (What Is Auto Correlation ?)

    Linear Regression – Assumption – 5 (What Is Auto Correlation ?)

    What Is Auto Correlation Table Of Contents: What Is Autocorrelation? Types Of Autocorrelation. How To Test For Autocorrelation? Example Of Autocorrelation. The implications of autocorrelation. Durbin-Watson Test In Python. How To Remove Autocorrelation In Model? (1) What Is Autocorrelation? Autocorrelation refers to the degree of correlation of the same variables between two successive time intervals. It measures how the lagged version of the value of a variable is related to the original version of it in a time series. Autocorrelation, as a statistical concept, is also known as serial correlation. The analysis of autocorrelation helps to find repeating periodic patterns,

    Read More

  • Linear Regression  – Assumption – 2 (What Is Variance Inflection Factor?)

    Linear Regression – Assumption – 2 (What Is Variance Inflection Factor?)

    What Is Variance Inflection Factor? Table Of Contents: What Is the Variance Inflection Factor? The Problem Of Multicollinearity? Testing For Multicollinearity? Formula For VIF. Interpretation Of VIF. Why Use VIFs Rather Than Pairwise Correlations? Example Of Calculating VIF. (1) What Is Variance Inflection Factor? Variance Inflection Factor is used to measure, how much the variance of the beta estimates has inflected due to multicollinearity issue. A variance inflation factor (VIF) provides a measure of multicollinearity among the independent variables in a multiple regression model. Detecting multicollinearity is important because while multicollinearity does not reduce the explanatory power of the model,

    Read More

  • Linear Regression – Assumption – 2 (What Is Gauss Markov Theorem?)

    Linear Regression – Assumption – 2 (What Is Gauss Markov Theorem?)

    Gauss Markov Theorem Table Of Contents: What Is Gauss Markov Theorem? What Are ‘BLUE’ estimators? What Does OLS Estimates? What Is Sample Distribution Of Parameter Estimates? What Is Unbiased Estimates? Minimum Variance Estimates? Gauss Markov Theorem. (1) What Is Gauss Markov Theorem? The Gauss-Markov theorem states that if your linear regression model satisfies the first six classical assumptions, then ordinary least squares (OLS) regression produces unbiased estimates that have the smallest variance of all possible linear estimators. If our Linear Regression model satisfies the firs six classical assumptions, then the estimators are said to be ‘BLUE’. (2) What Are ‘BLUE’ Estimators? BLUE

    Read More

  • How To Take A Project Build ?

    How To Take A Project Build ?

    Read More

  • How To Enable RabbitMQ In The Remote Machine?

    How To Enable RabbitMQ In The Remote Machine?

    Read More

  • How To Enable Long File Names For GIT?

    How To Enable Long File Names For GIT? Run The Below Commands: git config – system core.longpaths true git reset HEAD~1

    Read More

  • How To Deploy Build In Remote Machine ?

    How To Deploy Build In Remote Machine ?

    Read More

  • How To Delete & Re-Deploy A Service.

  • How To Add PIP To Environment Variable.

    How To Add PIP To Environment Variable. Step-1: Go To The Location Where PIP Is PresentC:UsersAdministrator.OADOMAINAppDataLocalProgramsPythonPython310Scripts Step-2: Open Environment Variable Step-3: Open Path Variable and Click On New Step-4: Add The PIP Installed Path To The ‘path’ Variable. Step-5: Check Whether PIP Is Installed Or Not. Open Command Prompt And Type PIP. If You See The Descriptions Then It’s Success

    Read More