What are cons of bootstrapping?
Answer / Swati
Bootstrapping can be computationally intensive, especially when dealing with large datasets or complex models. It may also produce biased estimates if the original sample size is small or the data contains outliers.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain bootstrap?
What are the default sizes given to <body> tag in the bootstrap framework?
What is an example of bootstrapping?
What is accordion bootstrap? Explain
How can we make image responsive in bootstrap?
What will be the default bootstrap look of the alert created with this following code:<div class="alert" role="alert">warning! What I'm missing something.</Div>
In Bootstrap what are the two ways you can display the code?
Tell me what are the types of layout available in bootstrap?
What is panel in bootstrap?
Explain me how will you create a stacked progress bar using bootstrap?
What are contextual colors in bootstrap 3?
Tell me what is the difference between the following two lines of code?$('#Mymodalprompt').modal({ keyboard: false });$.fn.modal.constructor.defaults.keyboard = false;?