• 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

  • Different Ways To Install Python Library

    Different Ways To Install Python Library: I am taking an example of <argparse> library.Approach – 1: python setup.py installApproach – 2: easy_install argparseApproach – 3: pip install argparseApproach – 4: putting argparse.py in some directory listed in sys.path should also work

    Read More

  • Linear Regression – Assumption – 2 (Pearson Correlation Coefficient)

    Linear Regression – Assumption – 2 (Pearson Correlation Coefficient)

    Pearson Correlation Coefficient Table Of Contents: What Is Pearson Correlation Coefficient? Visualizing Pearson Correlation Coefficient. Formula For Pearson Coefficient. Example Of Pearson Coefficient. Difference In Correlation Coefficient and Regression Coefficient. (1) What Is Pearson Correlation Coefficient? The Pearson Correlation Coefficient (r) is the most common way of measuring a linear correlation. It is a number between –1 and 1 that measures the strength and direction of the relationship between two variables. The sample correlation coefficient is denoted as r. Super Note: The Pearson Coefficient can only tell you the is there any linear relationship between two variables or not. If the relationship

    Read More

  • Assumptions In Linear Regression.

    Assumptions In Linear Regression.

    Assumptions In Linear Regression Table Of Contents: What Is A Parametric Model? Assumptions In Linear Regression. (1) What Is A Parametric Model? Regression is a parametric approach. ‘Parametric’ means it makes assumptions about data for the purpose of analysis.  Due to its parametric side, regression is restrictive in nature. It fails to deliver good results with data sets that don’t fulfill its assumptions. Therefore, for a successful regression analysis, it’s essential to validate these assumptions. (2) Assumptions Of Linear Regression Model. Linear Relationship Between Input and Output. No Multicollinearity – No Linear Relationship Between Individual Variables. No Autocorrelation Of Error Terms.

    Read More

  • Linear Regression Algorithm

    Linear Regression Algorithm

    Linear Regression Algorithm Table Of Contents: What Is Linear Regression? Equation For Linear Regression. Types Of Linear Regression. Linear Regression Line. How To Find The Best Fit Line? Cost Function For Linear Regression. Assumptions In Linear Regression. (1) What Is Linear Regression Model? It’s a Supervised Learning algorithm which goal is to predict continuous, numerical values based on given data input. If you want to mathematically model the behavior of a continuous variable you can use Linear Regression model. First as a Data Scientist you need to find out, what are the factors affecting the continuous variable. Then you can use

    Read More

  • Reinforcement Machine Learning Algorithms.

    Reinforcement Machine Learning Algorithms.

  • Semisupervised Machine Learning Algorithms.

    Semisupervised Machine Learning Algorithms.