in Technology by

Which of the following machine learning algorithms can be used for inputting missing values of both categorical and continuous variables?

1 Answer

0 votes
by
K-means clustering Linear regression K-NN (k-nearest neighbor) Decision trees The K nearest neighbor algorithm can be used because it can compute the nearest neighbor and if it doesn't have a value, it just computes the nearest neighbor based on all the other features. When you're dealing with K-means clustering or linear regression, you need to do that in your pre-processing, otherwise, they'll crash. Decision trees also have the same problem, although there is some variance.

Related questions

0 votes
    _________ variables are categorical variables which can hold either string or numeric values. (a) Factor (b) ... of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    As the amount of data increases, the performance of Machine Learning algorithms __________. (1)increases (2)decreases...
asked Jun 15, 2021 in Technology by JackTerrance
0 votes
    Modern NLP algorithms are based on machine learning, especially statistical machine learning. (a) True (b) ... Acting of Artificial Intelligence Please answer the above question....
asked Oct 22, 2022 in Education by JackTerrance
0 votes
    Modern NLP algorithms are based on machine learning, especially statistical machine learning. (a) True (b) ... Acting of Artificial Intelligence Please answer the above question....
asked Oct 2, 2022 in Education by JackTerrance
0 votes
    ____________ is one type of the simplest machine learning classification algorithms that is a subset of supervised ... R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    You are given a data set consisting of variables with more than 30 percent missing values. How will you deal with them?...
asked Apr 26, 2021 in Technology by JackTerrance
0 votes
    Which of the following method can be used to rename categorical data? (a) Categorical.rename_categories() (b) ... and answers pdf, Data Science interview questions for beginners...
asked Oct 29, 2021 in Education by JackTerrance
0 votes
    Which of the following function is used for determining missing values? (a) any (b) all (c) is (d ... questions and answers pdf, Data Science interview questions for beginners...
asked Oct 29, 2021 in Education by JackTerrance
0 votes
    Which two disciplines are necessary for a learning organization to build a Continuous Learning Culture? (Choose two.)...
asked Nov 27, 2020 in Technology by JackTerrance
0 votes
    Which of the following is used for machine learning in python? (a) scikit-learn (b) seaborn-learn (c) ... questions and answers pdf, Data Science interview questions for beginners...
asked Oct 29, 2021 in Education by JackTerrance
0 votes
    For continuous random variables, the CDF is the derivative of the PDF. (a) True (b) False This ... questions and answers pdf, Data Science interview questions for beginners...
asked Oct 29, 2021 in Education by JackTerrance
0 votes
    Unsupervised learning refers to algorithms that are provided with labeled data. (1)TRUE (2)FALSE...
asked Oct 27, 2020 in Technology by Editorial Staff
0 votes
0 votes
    Continuous perceptron learning is also known as delta learning? (a) yes (b) no I had been asked this ... Synaptic Dynamics of Neural Networks Please answer the above question....
asked Sep 5, 2022 in Education by JackTerrance
0 votes
    ________ is used to create a plot to illustrate patterns of missing values. (a) ggmissplot (b) ggmissing (c ... of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
...