Business Analytics

What is multicollinearity?

Multicollinearity. What is Multicollinearity?

Multi-what? Multicollinearity occurs when independent variables in a regression (multiple regression specifically) model are correlated.
A regression model will have dependent and independent variables. This correlation between independent variables is a problem because independent variables should be: independent.
If the degree of correlation between variables is high enough, it can cause problems when you fit the model and interpret the results.
Share

Decision Making for Project Managers

The thinking man..
Project managers have been at the center of critical decisions; decision that may make or break a project or an organization.
To help you be a better decision maker, we've curated a list of articles that you would do well to read and assimilate.
Share

Business Analytics Reporting

Planning: 
■ Clarify the objective. ■ Develop a clear plan. ■ Give yourself enough time.

Developing a Report: 
■ Write a quick irst draft. ■ Edit and proofread. ■ Give your report a professional look.

Be Clear:
■ Provide suficient background information. ■ Tailor statistical explanations to your audience. ■ Place charts and tables in the body of the report.

Be Concise:
■ Let the charts do the talking. ■ Be selective in the computer outputs you include.

Be Precise:
Share

Learning Python - Article 3 - What are Keywords & Identifiers?

Keywords are the reserved words in Python.

We cannot use a keyword as a variable name, function name or any other identifier. They are used to define the syntax and structure of the Python language.

In Python, keywords are case sensitive.

There are 33 keywords in Python 3.7. This number can vary slightly as newer developments are made. 
All the keywords except TrueFalse and None are in lowercase and they must be written as it is. The list of all the keywords is given below.

Share
Subscribe to RSS - Business Analytics