×
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 designated by tag: 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

Why is regression frequently used as a predictor?

Wednesday, 21 May 2025 by kenlpascual

Regression is commonly employed as a predictor within machine learning due to its foundational capacity to model and forecast continuous outcomes based on input features. This predictive capability is rooted in the mathematical and statistical formulation of regression analysis, which estimates the relationships among variables. In the context of machine learning, and particularly in Google

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, First steps in Machine Learning, The 7 steps of machine learning
Tagged under: Artificial Intelligence, Cloud Computing, Data Science, Prediction, Regression, Supervised Learning

What is a regression task?

Monday, 14 April 2025 by dstevenart

A regression task in the field of machine learning, particularly within the context of artificial intelligence, involves predicting a continuous output variable based on one or more input variables. This type of task is fundamental to machine learning and is used when the goal is to predict quantities, such as predicting house prices, stock market

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, First steps in Machine Learning, The 7 steps of machine learning
Tagged under: Artificial Intelligence, Data Preprocessing, Machine Learning, Model Training, Predictive Analytics, Regression

What is an evaluation metric?

Monday, 01 July 2024 by Naim Farag

An evaluation metric in the field of artificial intelligence (AI) and machine learning (ML) is a quantitative measure used to assess the performance of a machine learning model. These metrics are important as they provide a standardized method to evaluate the effectiveness, efficiency, and accuracy of the model in making predictions or classifications based on

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, First steps in Machine Learning, The 7 steps of machine learning
Tagged under: Artificial Intelligence, Classification, Clustering, Evaluation Metrics, Ranking, Regression

What is a support vector?

Sunday, 07 January 2024 by Nicholas Forment

A support vector is a fundamental concept in the field of machine learning, specifically in the area of support vector machines (SVMs). SVMs are a powerful class of supervised learning algorithms that are widely used for classification and regression tasks. The concept of a support vector forms the basis of how SVMs work and is

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Introduction, What is machine learning
Tagged under: Artificial Intelligence, Classification, Machine Learning, Regression, Support Vector, SVM

What is a decision tree?

Friday, 24 November 2023 by JFG

A decision tree is a powerful and widely used machine learning algorithm that is designed to solve classification and regression problems. It is a graphical representation of a set of rules used to make decisions based on the features or attributes of a given dataset. Decision trees are particularly useful in situations where the data

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Introduction, What is machine learning
Tagged under: Artificial Intelligence, Classification, Decision Tree, Machine Learning, Regression

Is the K nearest neighbors algorithm well suited for building trainable machine learning models?

Saturday, 19 August 2023 by Nguyen Xuan Tung

The K nearest neighbors (KNN) algorithm is indeed well suited for building trainable machine learning models. KNN is a non-parametric algorithm that can be used for both classification and regression tasks. It is a type of instance-based learning, where new instances are classified based on their similarity to existing instances in the training data. KNN

  • Published in Artificial Intelligence, EITC/AI/MLP Machine Learning with Python, Programming machine learning, K nearest neighbors application
Tagged under: Artificial Intelligence, Classification, Instance-based Learning, KNN Algorithm, Machine Learning, Regression

How can you evaluate the performance of a trained deep learning model?

Sunday, 13 August 2023 by EITCA Academy

To evaluate the performance of a trained deep learning model, several metrics and techniques can be employed. These evaluation methods allow researchers and practitioners to assess the effectiveness and accuracy of their models, providing valuable insights into their performance and potential areas for improvement. In this answer, we will explore various evaluation techniques commonly used

  • Published in Artificial Intelligence, EITC/AI/DLPTFK Deep Learning with Python, TensorFlow and Keras, Introduction, Deep learning with Python, TensorFlow and Keras, Examination review
Tagged under: Artificial Intelligence, Classification, Cross-validation, Deep Learning, Evaluation Metrics, Regression

What is the role of support vectors in Support Vector Machines (SVM)?

Monday, 07 August 2023 by EITCA Academy

Support Vector Machines (SVM) is a popular machine learning algorithm that is widely used for classification and regression tasks. It is based on the concept of finding an optimal hyperplane that separates the data points into different classes. The role of support vectors in SVM is important in determining this optimal hyperplane. In SVM, support

  • Published in Artificial Intelligence, EITC/AI/MLP Machine Learning with Python, Support vector machine, Support vector machine fundamentals, Examination review
Tagged under: Artificial Intelligence, Classification, Machine Learning, Regression, Support Vector Machines, SVM

What is the main challenge of the K nearest neighbors algorithm and how can it be addressed?

Monday, 07 August 2023 by EITCA Academy

The K nearest neighbors (KNN) algorithm is a popular and widely used machine learning algorithm that falls under the category of supervised learning. It is a non-parametric algorithm, meaning it does not make any assumptions about the underlying data distribution. KNN is primarily used for classification tasks, but it can also be adapted for regression

  • Published in Artificial Intelligence, EITC/AI/MLP Machine Learning with Python, Programming machine learning, Programming own K nearest neighbors algorithm, Examination review
Tagged under: Artificial Intelligence, Classification, KNN Algorithm, Parameter Selection, Regression, Supervised Learning
  • 1
  • 2
  • 3
Home

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 90% EITCI DSJC Subsidy support
90% of EITCA Academy fees subsidized in enrolment

    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-2026  European IT Certification Institute
    Brussels, Belgium, European Union

    TOP
    CHAT WITH SUPPORT
    Do you have any questions?
    We will reply here and by email. Your conversation is tracked with a support token.