Trending questions in Edureka Community

0 votes
1 answer

what is C parameter in sklearn Logistic Regression?

C is known as a "hyperparameter." The ...READ MORE

Feb 24, 2022 in Machine Learning by Nandini
• 5,480 points
22,276 views
0 votes
1 answer

What is "entropy and information gain"?

Entropy is uncertainty/ randomness in the data, ...READ MORE

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

OpenStack instance doesn't have any internet access

I have installed OpenStack using DevStack on ...READ MORE

Jul 21, 2023 in OpenStack by Ashiq

edited Mar 5 169 views
0 votes
1 answer

How do you count if a cell contains partial text in Excel?

With Formulas, Countif Partial String/Substring Match We can ...READ MORE

Mar 30, 2022 in Database by gaurav
• 23,260 points
20,809 views
0 votes
1 answer

Excel pace formula gives incorrect answers

6.3 is correct answer just not in ...READ MORE

Jan 9, 2023 in Others by narikkadan
• 63,600 points
8,460 views
0 votes
1 answer

Wait until all jQuery Ajax requests are done?

You may need to run certain code ...READ MORE

May 30, 2022 in Java by gaurav
• 23,260 points
18,166 views
0 votes
2 answers

Unable to connect to the server: x509: certificate signed by unknown authority (possibly because of "crypto/rsa: verification error"

mkdir -p $HOME/.kube sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config sudo ...READ MORE

Sep 30, 2020 in Kubernetes by Muhammad Badi uz Zaman
45,842 views
0 votes
1 answer

I have a Run Time Error 91 for an Excel Add In

"Runtime Error 91: Object variable or with ...READ MORE

Mar 30, 2022 in Database by gaurav
• 23,260 points
20,751 views
0 votes
0 answers

Not able to trigger event of parent application on click of Child application plugged-in using IFrame

I have One application created using Ember ...READ MORE

Jul 20, 2023 in Java-Script by namanvijay

edited Mar 5 56 views
+1 vote
1 answer

Change text color while scrolling

To change the color of a fixed ...READ MORE

Apr 28, 2023 in UI UX Design by seena
3,539 views
+1 vote
1 answer

Unable to import module 'lambda_function': No module named lambda_function

Hi@akhtar, This error appears when you haven’t named ...READ MORE

Apr 28, 2020 in AWS by MD
• 95,460 points
50,829 views
0 votes
0 answers

Deployment to CloudHub with Mule Runtime 4.3.0-20210319 resulted in an error?

When attempting to deploy my Mule application ...READ MORE

Jul 18, 2023 in AWS by Bob

edited Mar 5 61 views
0 votes
0 answers

When will the course materials be updated?

The course descriptions say the material will ...READ MORE

Jul 18, 2023 in Ask us Anything! by Roland

edited Mar 5 57 views
+2 votes
1 answer

<Error> <Code>AccessDenied</Code> not able to connect s3 bucket.

toast is good READ MORE

Nov 2, 2022 in AWS by anonymous

edited Mar 5 29,994 views
0 votes
1 answer

flutter doctor --android-licenses gives a java error

This error usually occurs because the Java ...READ MORE

Mar 24, 2023 in Flutter by venky
5,019 views
0 votes
2 answers

Job for httpd.service failed because the control process exited with error code.

Hi guys I was facing same problem as ...READ MORE

Nov 21, 2020 in Linux Administration by anonymous
• 140 points
46,316 views
0 votes
1 answer

Python write a list to multiple columns in excel

Make a nested list : L = [list1, list2, list3] Then ...READ MORE

Mar 30, 2023 in Others by narikkadan
• 63,600 points
4,681 views
0 votes
0 answers

How to create Login and Register in Laravel verify by OTP?

I want to create a project in ...READ MORE

Jul 13, 2023 in Database by Muhammad

edited Mar 5 148 views
0 votes
1 answer

Message "flutter run: No connected devices"

It seems that you do not have ...READ MORE

Mar 9, 2023 in Android by pooja
5,613 views
0 votes
0 answers

jenkins job was not runing

pending waiting for next available executor i ...READ MORE

Jul 12, 2023 in Jenkins by anonymous

edited Mar 5 136 views
0 votes
0 answers

How to add crud operation in Laravel via ajax?

I have created a project in Laravel ...READ MORE

Jul 13, 2023 in Database by Muhammad

edited Mar 5 68 views
0 votes
0 answers

PHP password validation

I made a registration validation in PHP. ...READ MORE

Jun 20, 2022 in PHP by narikkadan
• 63,600 points
11,704 views
0 votes
1 answer

Can not bind to 'formgroup' since it is not a known property of 'form'

In order to rectify this error, you ...READ MORE

Feb 10, 2022 in Others by Rahul
• 9,690 points
22,352 views
0 votes
1 answer

'composer' is not recognized as an internal or external command in windows server

For anyone coming here from Google who ...READ MORE

Feb 17, 2022 in Others by Aditya
• 7,680 points
22,038 views
0 votes
1 answer

jQuery UI " $("#datepicker").datepicker is not a function"

The "$(...).datepicker is not a function" jQuery ...READ MORE

Jun 6, 2022 in JQuery by Edureka
• 13,690 points
17,322 views
0 votes
0 answers

issues with applying and reloading the configuration of Prometheus

level=error component="rule manager" msg="loading groups failed" err="/etc/config/alerts: ...READ MORE

Jul 8, 2023 in Other DevOps Questions by sree

edited Mar 5 203 views
0 votes
1 answer

How to implement drop down list in flutter?

You're close! The error you're getting is ...READ MORE

Mar 26, 2023 in Flutter by vishalini
4,701 views
0 votes
1 answer

Laravel : Call to undefined method Maatwebsite\\Excel\\Excel::load()

In the app's exports, I've added InterfaceSupplier ...READ MORE

Apr 9, 2023 in Others by narikkadan
• 63,600 points
4,025 views
0 votes
1 answer

setState() or markNeedsBuild called during build

The first error occurs because the ListView.builder ...READ MORE

Mar 10, 2023 in Android by vinayak
5,324 views
0 votes
1 answer

How to trigger a click on a link using jQuery

If you are trying to trigger an ...READ MORE

Jun 3, 2022 in JQuery by Edureka
• 13,690 points
17,335 views
0 votes
1 answer

Flutter buildproblem

It seems like there's an issue with ...READ MORE

Apr 12, 2023 in Flutter by Tanishqa
• 1,170 points
3,681 views
0 votes
0 answers

How to give relationship 3 or more table without ambiguty

I have 3 tables cust, vend and ...READ MORE

Jul 5, 2023 in Power BI by vnk

edited Mar 5 58 views
0 votes
1 answer

Flutter position stack widget in center

To center the ButtonBar widget at the ...READ MORE

Mar 29, 2023 in Flutter by seena
4,234 views
0 votes
1 answer

How do I test a single file using Jest?

Hii, All you have to do is chant ...READ MORE

Nov 26, 2020 in Node-js by Niroj
• 82,840 points
40,997 views
0 votes
1 answer

How to reset a form using jQuery with .reset() method

<input type="reset"> Syntax for reset(): formObject.reset() Syntax to convert ...READ MORE

Jun 16, 2022 in JQuery by rajatha
• 7,680 points
16,532 views
+1 vote
1 answer

How To Create Phone Number Format XXX-XXX-XXXX In Android

Xxxxxx video is my money READ MORE

May 6, 2023 in Others by Vikash kumar

edited Mar 5 9,420 views
0 votes
1 answer

Waiting asynchronously for Navigator.push() - linter warning appears: use_build_context_synchronously

The "use_build_context_synchronously" lint warning is raised when ...READ MORE

Apr 13, 2023 in Flutter by Tej
3,467 views
0 votes
0 answers

I am getting this below error in cloudera environment when executing the batch processing code

java.lang.IllegalStateException: Received event is not valid: Closed at ...READ MORE

Jun 27, 2023 in Big Data Hadoop by syedsalahuddin

edited Mar 5 249 views
0 votes
1 answer

How to create Custom UITabBarController in Swift with round button in the center?

Your implementation is almost correct, you just ...READ MORE

Apr 27, 2023 in UI UX Design by vishalini
2,819 views
0 votes
1 answer

What is the difference between named and positional parameters in Dart?

In Dart, positional parameters are specified by ...READ MORE

Mar 21, 2023 in Flutter by seena
4,358 views
0 votes
1 answer

How to read a dataframe from an excel sheet containing multiple tables?

Here is one option with scikit-image  import numpy as ...READ MORE

Apr 4, 2023 in Others by Kithuzzz
• 38,000 points
3,716 views
0 votes
1 answer

java.text.ParseException: Unparseable date

A hint. The output of the code ...READ MORE

Mar 22, 2022 in Java by anonymous

edited Mar 5 20,532 views
0 votes
1 answer

Run IOS Background Services for longer time

To run an iOS app's background services ...READ MORE

Mar 31, 2023 in Flutter by Raji
3,823 views
+1 vote
1 answer

java.lang.NoSuchMethodError: No such DSL method 'pipeline' found among steps

Hi@akhtar, I think you did not install your ...READ MORE

Jul 7, 2020 in Jenkins by MD
• 95,460 points
46,798 views
0 votes
1 answer

Excel formula to get cell color

Add a Name(any valid name) in Excel's ...READ MORE

Oct 23, 2022 in Others by narikkadan
• 63,600 points
10,658 views
0 votes
0 answers

MultiValueDictKeyError at /fruitupdate(?P6)\W+) "image"

How to fix this error message READ MORE

Jun 25, 2023 in Others by Akshay

edited Mar 5 58 views
0 votes
1 answer

How to remove scroll glow?

To remove the overscroll glow effect from ...READ MORE

Mar 28, 2023 in Flutter by vinayak
3,851 views
0 votes
1 answer

Error: AttributeError: 'str' object has no attribute 'row'

You're attempting to extract the row value ...READ MORE

Apr 4, 2023 in Others by Kithuzzz
• 38,000 points
3,554 views