×
1 Choose EITC/EITCA Certificates
2 Learn and take online exams
3 Get your IT skills certified

Confirm your IT skills and competencies under the European IT Certification framework from anywhere in the world fully online.

EITCA Academy

Digital skills attestation standard by the European IT Certification Institute aiming to support Digital Society development

LOG IN TO YOUR ACCOUNT

CREATE AN ACCOUNT FORGOT YOUR PASSWORD?

FORGOT YOUR PASSWORD?

AAH, WAIT, I REMEMBER NOW!

CREATE AN ACCOUNT

ALREADY HAVE AN ACCOUNT?
EUROPEAN INFORMATION TECHNOLOGIES CERTIFICATION ACADEMY - ATTESTING YOUR PROFESSIONAL DIGITAL SKILLS
  • SIGN UP
  • LOGIN
  • INFO

EITCA Academy

EITCA Academy

The European Information Technologies Certification Institute - EITCI ASBL

Certification Provider

EITCI Institute ASBL

Brussels, European Union

Governing European IT Certification (EITC) framework in support of the IT professionalism and Digital Society

  • CERTIFICATES
    • EITCA ACADEMIES
      • EITCA ACADEMIES CATALOGUE<
      • EITCA/CG COMPUTER GRAPHICS
      • EITCA/IS INFORMATION SECURITY
      • EITCA/BI BUSINESS INFORMATION
      • EITCA/KC KEY COMPETENCIES
      • EITCA/EG E-GOVERNMENT
      • EITCA/WD WEB DEVELOPMENT
      • EITCA/AI ARTIFICIAL INTELLIGENCE
    • EITC CERTIFICATES
      • EITC CERTIFICATES CATALOGUE<
      • COMPUTER GRAPHICS CERTIFICATES
      • WEB DESIGN CERTIFICATES
      • 3D DESIGN CERTIFICATES
      • OFFICE IT CERTIFICATES
      • BITCOIN BLOCKCHAIN CERTIFICATE
      • WORDPRESS CERTIFICATE
      • CLOUD PLATFORM CERTIFICATENEW
    • EITC CERTIFICATES
      • INTERNET CERTIFICATES
      • CRYPTOGRAPHY CERTIFICATES
      • BUSINESS IT CERTIFICATES
      • TELEWORK CERTIFICATES
      • PROGRAMMING CERTIFICATES
      • DIGITAL PORTRAIT CERTIFICATE
      • WEB DEVELOPMENT CERTIFICATES
      • DEEP LEARNING CERTIFICATESNEW
    • CERTIFICATES FOR
      • EU PUBLIC ADMINISTRATION
      • TEACHERS AND EDUCATORS
      • IT SECURITY PROFESSIONALS
      • GRAPHICS DESIGNERS & ARTISTS
      • BUSINESSMEN AND MANAGERS
      • BLOCKCHAIN DEVELOPERS
      • WEB DEVELOPERS
      • CLOUD AI EXPERTSNEW
  • FEATURED
  • SUBSIDY
  • HOW IT WORKS
  •   IT ID
  • ABOUT
  • CONTACT
  • MY ORDER
    Your current order is empty.
EITCIINSTITUTE
CERTIFIED
Questions and answers categorized in: Artificial Intelligence > EITC/AI/MLP Machine Learning with Python > Regression

What is Quandl and how to currently install it and use it to demonstrate regression?

Friday, 27 June 2025 by EITCA Academy

Quandl is a widely recognized platform that provides access to a broad array of financial, economic, and alternative datasets. It caters to professionals and researchers in data science, finance, economics, and related fields by offering a unified interface to both free and premium databases. Quandl's data is leveraged for tasks such as quantitative research, backtesting

  • Published in Artificial Intelligence, EITC/AI/MLP Machine Learning with Python, Regression, Introduction to regression
Tagged under: API, Artificial Intelligence, Data Science, Financial Data, Linear Regression, Python, Quandl, Regression

How is the b parameter in linear regression (the y-intercept of the best fit line) calculated?

Wednesday, 07 August 2024 by Collins Agho

In the context of linear regression, the parameter (commonly referred to as the y-intercept of the best-fit line) is a important component of the linear equation , where represents the slope of the line. Your question pertains to the relationship between the y-intercept , the means of the dependent variable and the independent variable ,

  • Published in Artificial Intelligence, EITC/AI/MLP Machine Learning with Python, Regression, Understanding regression
Tagged under: Artificial Intelligence, Data Analysis, Linear Regression, Machine Learning, Python, Statistics

Can regression algorithms work with continuous data?

Saturday, 19 August 2023 by Nguyen Xuan Tung

Regression algorithms are widely used in the field of machine learning to model and analyze the relationship between a dependent variable and one or more independent variables. Regression algorithms can indeed work with continuous data. In fact, regression is specifically designed to handle continuous variables, making it a powerful tool for analyzing and predicting numerical

  • Published in Artificial Intelligence, EITC/AI/MLP Machine Learning with Python, Regression, Understanding regression
Tagged under: Artificial Intelligence, Continuous Data, Linear Regression, Non-linear Regression, Polynomial Regression, Regression Algorithms

Is linear regression especially well suited for scaling?

Saturday, 19 August 2023 by Nguyen Xuan Tung

Linear regression is a widely used technique in the field of machine learning, particularly in regression analysis. It aims to establish a linear relationship between a dependent variable and one or more independent variables. While linear regression has its strengths in various aspects, it is not specifically designed for scaling purposes. In fact, the suitability

  • Published in Artificial Intelligence, EITC/AI/MLP Machine Learning with Python, Regression, Understanding regression
Tagged under: Artificial Intelligence, Feature Scaling, Interpretation, Linear Regression, Ordinary Least Squares, Scaling

What tools and libraries can be used to implement linear regression in Python?

Monday, 07 August 2023 by EITCA Academy

Linear regression is a widely used statistical technique for modeling the relationship between a dependent variable and one or more independent variables. In the context of machine learning, linear regression is a simple yet powerful algorithm that can be used for both predictive modeling and understanding the underlying relationships between variables. Python, with its rich

  • Published in Artificial Intelligence, EITC/AI/MLP Machine Learning with Python, Regression, Understanding regression, Examination review
Tagged under: Artificial Intelligence, Linear Regression, Machine Learning, Python, Scikit-learn, Statsmodels

How can the values of m and b be used to predict y values in linear regression?

Monday, 07 August 2023 by EITCA Academy

Linear regression is a widely used technique in machine learning for predicting continuous outcomes. It is particularly useful when there is a linear relationship between the input variables and the target variable. In this context, the values of m and b, also known as the slope and intercept, respectively, play a important role in predicting

  • Published in Artificial Intelligence, EITC/AI/MLP Machine Learning with Python, Regression, Understanding regression, Examination review
Tagged under: Artificial Intelligence, Intercept, Linear Regression, Machine Learning, Predictive Modeling, Slope

What are the formulas used to calculate the slope and y-intercept in linear regression?

Monday, 07 August 2023 by EITCA Academy

Linear regression is a widely used statistical technique that aims to model the relationship between a dependent variable and one or more independent variables. It is a fundamental tool in the field of machine learning for predicting continuous outcomes. In this context, the slope and y-intercept are essential parameters in linear regression as they capture

  • Published in Artificial Intelligence, EITC/AI/MLP Machine Learning with Python, Regression, Understanding regression, Examination review
Tagged under: Artificial Intelligence, Linear Regression, Machine Learning, Python, Slope, Y-intercept

How is the best-fit line represented in linear regression?

Monday, 07 August 2023 by EITCA Academy

In the field of machine learning, specifically in the domain of regression analysis, the best-fit line is a fundamental concept used to model the relationship between a dependent variable and one or more independent variables. It is a straight line that minimizes the overall distance between the line and the observed data points. The best-fit

  • Published in Artificial Intelligence, EITC/AI/MLP Machine Learning with Python, Regression, Understanding regression, Examination review
Tagged under: Artificial Intelligence, Best-fit Line, Linear Regression, Machine Learning, Mathematical Equation, Regression Analysis

What is the purpose of linear regression in machine learning?

Monday, 07 August 2023 by EITCA Academy

Linear regression is a fundamental technique in machine learning that plays a pivotal role in understanding and predicting relationships between variables. It is widely used for regression analysis, which involves modeling the relationship between a dependent variable and one or more independent variables. The purpose of linear regression in machine learning is to estimate the

  • Published in Artificial Intelligence, EITC/AI/MLP Machine Learning with Python, Regression, Understanding regression, Examination review
Tagged under: Artificial Intelligence, Coefficients, Linear Regression, Machine Learning, Predictive Modeling, Regression Analysis

How can scaling the input features improve the performance of linear regression models?

Monday, 07 August 2023 by EITCA Academy

Scaling the input features can significantly improve the performance of linear regression models in several ways. In this answer, we will explore the reasons behind this improvement and provide a detailed explanation of the benefits of scaling. Linear regression is a widely used algorithm in machine learning for predicting continuous values based on input features.

  • Published in Artificial Intelligence, EITC/AI/MLP Machine Learning with Python, Regression, Pickling and scaling, Examination review
Tagged under: Artificial Intelligence, Feature Scaling, Linear Regression, Machine Learning, Normalization, Scaling, Standardization
  • 1
  • 2
  • 3
  • 4
Home » Regression

Certification Center

USER MENU

  • My Account

CERTIFICATE CATEGORY

  • EITC Certification (105)
  • EITCA Certification (9)

What are you looking for?

  • Introduction
  • How it works?
  • EITCA Academies
  • EITCI DSJC Subsidy
  • Full EITC catalogue
  • Your order
  • Featured
  •   IT ID
  • EITCA reviews (Medium publ.)
  • About
  • Contact

EITCA Academy is a part of the European IT Certification framework

The European IT Certification framework has been established in 2008 as a Europe based and vendor independent standard in widely accessible online certification of digital skills and competencies in many areas of professional digital specializations. The EITC framework is governed by the European IT Certification Institute (EITCI), a non-profit certification authority supporting information society growth and bridging the digital skills gap in the EU.

Eligibility for EITCA Academy 80% EITCI DSJC Subsidy support

80% of EITCA Academy fees subsidized in enrolment by

    EITCA Academy Secretary Office

    European IT Certification Institute ASBL
    Brussels, Belgium, European Union

    EITC / EITCA Certification Framework Operator
    Governing European IT Certification Standard
    Access contact form or call +32 25887351

    Follow EITCI on X
    Visit EITCA Academy on Facebook
    Engage with EITCA Academy on LinkedIn
    Check out EITCI and EITCA videos on YouTube

    Funded by the European Union

    Funded by the European Regional Development Fund (ERDF) and the European Social Fund (ESF) in series of projects since 2007, currently governed by the European IT Certification Institute (EITCI) since 2008

    Information Security Policy | DSRRM and GDPR Policy | Data Protection Policy | Record of Processing Activities | HSE Policy | Anti-Corruption Policy | Modern Slavery Policy

    Automatically translate to your language

    Terms and Conditions | Privacy Policy
    EITCA Academy
    • EITCA Academy on social media
    EITCA Academy


    © 2008-2025  European IT Certification Institute
    Brussels, Belgium, European Union

    TOP
    Chat with Support
    Chat with Support
    Questions, doubts, issues? We are here to help you!
    End chat
    Connecting...
    Do you have any questions?
    Do you have any questions?
    :
    :
    :
    Send
    Do you have any questions?
    :
    :
    Start Chat
    The chat session has ended. Thank you!
    Please rate the support you've received.
    Good Bad