Recent questions tagged technology-questions-answers

0 votes
    Point out the wrong statement. (a) The plot command does open a graphics device in the modern way (b) Motion Chart is ... is used to create motion chart (d) All of the mentioned...
answered Oct 9, 2021 by JackTerrance
0 votes
    Point out the wrong statement. (a) The plot command does open a graphics device in the modern way (b) Motion Chart is ... is used to create motion chart (d) All of the mentioned...
asked Oct 9, 2021 in Technology by JackTerrance
0 votes
    Correct choice is (b) ones_like The explanation is: The optional output arguments of the function can be used to help you save memory for large calculations....
answered Oct 9, 2021 by JackTerrance
0 votes
    Which of the following returns an array of ones with the same shape and type as a given array? (a) all_like (b) ones_like (c) one_alike (d) all of the mentioned...
asked Oct 9, 2021 in Technology by JackTerrance
0 votes
    Right answer is (b) False The explanation is: All ufuncs can take output arguments. If necessary, output will be cast to the data-type of the provided output array....
answered Oct 9, 2021 by JackTerrance
0 votes
    Some ufuncs can take output arguments. (a) True (b) False...
asked Oct 9, 2021 in Technology by JackTerrance
0 votes
    Which of the following is statistical boosting based on additive logistic regression? (a) gamBoost (b) gbm (c) ada (d) mboost...
asked Oct 7, 2021 in Technology by JackTerrance
0 votes
    Right choice is (a) Model stacking Explanation: Model ensembling is also used for combining different classifiers....
answered Oct 7, 2021 by JackTerrance
0 votes
    Which of the following method can be used to combine different classifiers? (a) Model stacking (b) Model combining (c) Model structuring (d) None of the mentioned...
asked Oct 7, 2021 in Technology by JackTerrance
0 votes
    The correct answer is (a) reshape, resize Easy explanation - If a dimension is given as -1 in a reshaping operation, the other dimensions are automatically calculated....
answered Oct 7, 2021 by JackTerrance
...