Register Now

By registering, you agree to the terms of service and Privacy Policy.

Login

Forget

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

x

Login

Forget

Register Now

It will take less than 1 minute to register for lifetime. Bonus Tip - We don't send OTP to your email id Make Sure to use your own email id for free books and giveaways

Create an account
x
You can use WP menu builder to build menus
Ask a Question
0
  • Buy Your e-book
  • Contact Us
  • About Us
    • Pricing
    • Terms and Conditions
    • Cancellation/Refund Policy
    • PRIVACY POLICY

The Data Monk

  • Buy Your e-book
  • Contact Us
  • About Us
    • Pricing
    • Terms and Conditions
    • Cancellation/Refund Policy
    • PRIVACY POLICY

About khushnuma Newbie

khushnuma
  • Registered: May 23, 2021
  • Country: India
  • City: Mumbai
  • Age: 22
  • Gender: Female


Follow Me

User Stats

  • Questions ( 0 )
  • Answers ( 24 )
  • Asked Questions ( 0 )
  • Posts ( 0 )
  • Comments ( 3 )
  • Best Answers ( 0 )
  1. Differentiate between Union, Minus and Intersect

    khushnuma
    khushnuma Newbie
    0
    June 1, 2021 at 7:29 am
    Set1= {1,2,3,4,5,6} Set2= {3,4,5,7,8,9} print(Set.union(Set2
  2. How do you do n-fold cross validation in Python?

    khushnuma
    khushnuma Newbie
    0
    May 29, 2021 at 5:44 am
    1.Randomly split your entire dataset into n ”folds” 2.For ea
  3. Explain the difference between R squared and Adjusted R squared ?

    khushnuma
    khushnuma Newbie
    0
    May 29, 2021 at 4:36 am
    R squared indicate proportion of variance in a dependent var
  4. Get the third highest salary using 3 different approaches

    khushnuma
    khushnuma Newbie
    0
    May 28, 2021 at 6:10 am
    SELECT salary FROM (SELECT *, DENSE_RANK() OVER (ORDER BY sa
  5. Sort a list of number with sort function and without sort function. Explain it with a dry run of the code

    khushnuma
    khushnuma Newbie
    0
    May 28, 2021 at 6:07 am
    Using Sort function- Unsorted_list = [2,3,1,4,5] Unsorted_li
  6. What to do if you have 2 variables in a Linear Regression model with high multicollinearity ? How do you decide which one to remove from the model?

    khushnuma
    khushnuma Newbie
    0
    May 28, 2021 at 5:46 am
    Suppose we have two independent variable age and years of ex
  7. Explain ROC curve, use relevant example or explain in simple language

    khushnuma
    khushnuma Newbie
    0
    May 28, 2021 at 5:35 am
    The Receiver operation characteristic ( ROC) curve is an eva
  8. Get the time for which a driver has logged into the driving app | Ola interview question

    khushnuma
    khushnuma Newbie
    1
    May 27, 2021 at 3:58 am
    1) Create two tables for login and logout containing driver_
  9. How much does a beggar in Bangalore makes in an year?

    khushnuma
    khushnuma Newbie
    1
    May 27, 2021 at 3:55 am
    Following factor will influence the amount that the beggar m
  10. Write a Python program to take a number and check if it’s a palindrome or not

    khushnuma
    khushnuma Newbie
    0
    May 27, 2021 at 3:50 am
    number = 12321 If number == number[::-1]: Print(“Palindrome”
1 2 3

Products

  • Mentorship Program for Analytics interview 1 Month Analytics Mentorship Program ₹11500 Original price was: ₹11500.₹9999Current price is: ₹9999.
  • The Data Monk e-book bundle The Data Monk 23 e-book bundle ₹6900 Original price was: ₹6900.₹1999Current price is: ₹1999.
  • Most asked Analytics Interview Questions 2200 Most Asked Analytics Interview Questions ₹7999 Original price was: ₹7999.₹1999Current price is: ₹1999.
  • Ace The SQL Interview Ace The SQL Interview | 200+ Most Asked SQL Questions in Top Product Based Companies ₹1299 Original price was: ₹1299.₹799Current price is: ₹799.
  • 550 SQL Interview Questions to crack Any Analytics interview 550 SQL Interview Questions to crack Any Analytics interview ₹999 Original price was: ₹999.₹499Current price is: ₹499.

Stats

  • Questions ( 1784 )
  • Answers ( 2722 )
  • Best Answers ( 92 )
  • Users ( 25693 )
Copyright 2020 Ask me | By 2code
  • Login
  • Sign Up
Forgot Password?
Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.
body::-webkit-scrollbar { width: 7px; } body::-webkit-scrollbar-track { border-radius: 10px; background: #f0f0f0; } body::-webkit-scrollbar-thumb { border-radius: 50px; background: #dfdbdb }