Trending questions in Edureka Community

0 votes
1 answer

Plotting joint probability of two random variable choices

Create pandas.DataFrame , you can use seaborn.jointplot ...READ MORE

Mar 23, 2022 in Machine Learning by Nandini
• 5,480 points
1,834 views
0 votes
1 answer

Linear regression with gradient descent to predict house prices using area (one var) in python

Apart from instructional purposes, I'm not sure ...READ MORE

Mar 23, 2022 in Machine Learning by Nandini
• 5,480 points
1,834 views
0 votes
1 answer

How to Convert Excel Numeric Cell Value into Words

To translate numbers to words, create the ...READ MORE

Mar 31, 2022 in Database by gaurav
• 23,580 points
1,461 views
0 votes
1 answer

'git' is not recognized as an internal or external command, operable program or batch file.

If the PATH of yours is set ...READ MORE

Feb 8, 2022 in Others by Soham
• 9,730 points
3,641 views
0 votes
0 answers

For-each over an array in JavaScript

How can I loop through all the ...READ MORE

Apr 19, 2022 in Java by Rahul
• 3,380 points
664 views
0 votes
1 answer

Retrieve the formulas from the Salesforce Formula fields

In Apex you can use "describe" calls. ...READ MORE

Mar 2, 2022 in SalesForce by surbhi
• 3,820 points

edited Jun 19, 2023 by Khan Sarfaraz 2,688 views
0 votes
0 answers

How best to do Agile Development with Trac?

We use Trac as our bug tracking ...READ MORE

Apr 19, 2022 in PMP by Edureka
• 13,690 points
598 views
0 votes
1 answer

How to use ICD10 Code in a regression model in R?

Using the concept of comorbidities is a ...READ MORE

Apr 12, 2022 in Machine Learning by Dev
• 6,000 points
947 views
0 votes
1 answer

salesforce how to login with javascript without security token

OAuth2 is a security protocol that allows ...READ MORE

Apr 1, 2022 in SalesForce by CoolCoder
• 4,420 points
1,445 views
0 votes
1 answer

Error: No toolchains found in the NDK toolchains folder for ABI with prefix: llvm

Over two years has passed, now and ...READ MORE

Feb 11, 2022 in Others by Soham
• 9,730 points
3,506 views
0 votes
1 answer

deploy sample springboot app (WebGoat) to Azure app service

In APPLICATION SETTINGS you need to set the key/value ...READ MORE

Mar 24, 2022 in Azure by Edureka
• 13,680 points
2,104 views
0 votes
1 answer

Subdomain & Pricing of Google-managed SSL certificate in Load Balancing

Google Cloud Managed SSL certificates are free. ...READ MORE

Mar 14, 2022 in GCP by Korak
• 5,820 points
2,169 views
0 votes
0 answers

"Azure DevOps Organization" resource in Azure

I have a resource group inside it ...READ MORE

Apr 14, 2022 in Other DevOps Questions by Kichu
• 19,040 points
886 views
0 votes
1 answer

KPIs for User Migration

Migration Costs Do you recall how we said ...READ MORE

Apr 13, 2022 in PMP by Edureka
• 13,690 points
893 views
0 votes
0 answers

Sapi5 on linux?

I am working on creating an AI ...READ MORE

May 2, 2022 in Linux Administration by Edureka
• 13,690 points

edited Mar 4 94 views
0 votes
0 answers

Set difference: find distinct members for two groups in Tableau Desktop

In Tableau Desktop, how do I accomplish ...READ MORE

Apr 13, 2022 in Tableau by Neha
• 9,020 points
759 views
0 votes
0 answers

Requirements Management and Requirements Traceability in Agile Projects

Is there a place in agile projects ...READ MORE

Apr 20, 2022 in PMP by Edureka
• 13,690 points
610 views
0 votes
0 answers

Rename directory in linux system

Is there any way to change a ...READ MORE

Apr 14, 2022 in Linux Administration by Rahul
• 9,690 points
696 views
0 votes
0 answers

How to mount a host directory in a Docker container

I'm attempting to mount a host directory ...READ MORE

Apr 30, 2022 in Docker by rajiv
• 1,620 points

edited Mar 4 169 views
0 votes
1 answer

Create Azure Resource Group using Bicep

Add a module to construct the resource ...READ MORE

Mar 25, 2022 in Azure by Edureka
• 13,680 points
1,733 views
0 votes
0 answers

How do i select correct active serial port in linux?

I am trying to communicate with a ...READ MORE

Apr 13, 2022 in Linux Administration by Soham
• 9,730 points
903 views
0 votes
0 answers

Docker-compose exit code is 137 when there is no OOM exception

I expect the exit code to be ...READ MORE

Apr 30, 2022 in Docker by rajiv
• 1,620 points

edited Mar 4 168 views
0 votes
0 answers

AWS EC2 Instance store is disappeared after rebooting

I've launched an EC2 instance (i3en.xlarge) from ...READ MORE

Apr 4, 2022 in Others by Kichu
• 19,040 points
1,314 views
0 votes
1 answer

How to troubleshoot a refresh on data set in power bi service

Some common reason include data privacy settings ...READ MORE

Oct 10, 2023 in Power BI by Monika kale

edited Mar 5 1,484 views
0 votes
1 answer

Your Scrum definition of Done

This is the Scrum Team's definition of ...READ MORE

Apr 13, 2022 in PMP by gaurav
• 23,580 points

edited Jun 27, 2023 by Khan Sarfaraz 887 views
0 votes
1 answer

Which SQL query is used to find Nth highest salary from a salary table

If you want to find nth Salary ...READ MORE

Feb 14, 2022 in Database by Vaani
• 7,070 points
3,364 views
0 votes
0 answers

What is a JavaBean exactly?

I understood, I think, that a "Bean" ...READ MORE

Apr 19, 2022 in Java by Rahul
• 3,380 points
648 views
0 votes
0 answers

What are file descriptors, explained in simple terms?

What would be a more simplified description ...READ MORE

Apr 14, 2022 in Linux Administration by Soham
• 9,730 points
688 views
0 votes
0 answers

How to run docker daemon?

I'm attempting to run the docker daemon ...READ MORE

Apr 30, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 158 views
0 votes
1 answer

Union probability

You can try this if a, b, ...READ MORE

Apr 5, 2022 in Machine Learning by Dev
• 6,000 points
1,216 views
0 votes
0 answers

Pre-deployment approval email is not receiving/coming in Azure DevOps CD

I am not receiving a Pre-deployment approval ...READ MORE

Apr 8, 2022 in Other DevOps Questions by Kichu
• 19,040 points
1,043 views
0 votes
1 answer

Sum a list of numbers in Python

So you want (element 0 + element ...READ MORE

Feb 14, 2022 in Python by CoolCoder
• 4,420 points
3,355 views
0 votes
1 answer

Tableau dashboard for mobile/tablets

To make a dashboard mobile with Tableau, ...READ MORE

Apr 5, 2022 in Tableau by Neha
• 9,020 points
1,339 views
0 votes
1 answer

What is the purpose of release pipelines when the same tasks are available in build pipeline?

Release pipelines in Azure Pipelines assist your ...READ MORE

Apr 4, 2022 in Azure by Edureka
• 12,710 points
1,306 views
0 votes
1 answer

Asymptotic regression in Python?

If the problem persists, try using a ...READ MORE

Mar 15, 2022 in Machine Learning by Dev
• 6,000 points
2,122 views
0 votes
0 answers

How to determine Docker version

If I run: $ docker -v the result is: Docker ...READ MORE

Apr 30, 2022 in Docker by rajiv
• 1,620 points

edited Mar 4 149 views
0 votes
1 answer

Maven skip tests

You have correctly pointed out that the ...READ MORE

Feb 10, 2022 in Others by Rahul
• 9,690 points
3,522 views
0 votes
0 answers

How to use environment variables in docker compose

I'd like to be able to use ...READ MORE

Apr 30, 2022 in Docker by rajiv
• 1,620 points

edited Mar 4 147 views
0 votes
0 answers

Can we add trigger on a Queue

I want to add a run a ...READ MORE

Apr 11, 2022 in SalesForce by surbhi
• 3,820 points
976 views
0 votes
1 answer

Ethereum Smart Contract Blocking

Since transactions from a block are executed ...READ MORE

Apr 12, 2022 in Blockchain by Rahul
• 9,690 points
1,019 views
0 votes
0 answers

How to generate a Dockerfile from an image?

Is it possible to make a Dockerfile ...READ MORE

Apr 30, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 144 views
0 votes
0 answers

Linux command to display date in unix format

What command can I use in Linux ...READ MORE

Apr 13, 2022 in Linux Administration by Aditya
• 7,680 points
820 views
0 votes
0 answers

Docker on Mac doesn't show all options when clicking on Whale icon

In Docker, I'm having a difficulty. When ...READ MORE

Apr 29, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 173 views
0 votes
1 answer

Why do we use gradient descent in linear regression?

An example you gave is one-dimensional, which ...READ MORE

Mar 23, 2022 in Machine Learning by Dev
• 6,000 points
1,773 views
0 votes
0 answers

Does anyone know what is 'Effort' field in Azure DevOps Epic?

What is the 'Effort' field in Azure ...READ MORE

Apr 7, 2022 in Other DevOps Questions by Kichu
• 19,040 points
1,157 views
0 votes
0 answers

Docker Detached Mode

What is meant by detached mode in ...READ MORE

Apr 30, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 141 views
0 votes
0 answers

Python functions within lists

Is there a way of calling like ...READ MORE

Apr 14, 2022 in Azure by Edureka
• 13,680 points
536 views
0 votes
1 answer

Strange and Incorrect Excel Formulas Result?

Because the value in cell B1 may ...READ MORE

Apr 11, 2022 in Database by gaurav
• 23,580 points
928 views
0 votes
0 answers

Can't reinstall docker desktop on windows 10 pro

I am reinstalling docker desktop on my ...READ MORE

Apr 30, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 140 views
0 votes
0 answers

How to filter "docker inspect" output so that only certain tag:value pairs are displayed?

I built a small bridge network and ...READ MORE

Apr 30, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 140 views