Ask a Question
Ask Question Login
Corporate Training
  1. Community
  2. Data Science

Data Science Questions & Answers

Get better with each session of Data Science Training. Talk and understand the language of data and communicate your findings with different techniques and tools that you will gain expertise with the help of this online Data Science Training.

768Discussions
949Answers
0Waiting for an answer
Ask a Data Science Question →

A user is working on Donors choose dataset and have converted categorical, numerical and text features into vectors. He wants to find the top 20 features from my 5095 features using absolute values of the feature_log_prob_ parameter of MultinomialNB. Also, he wants to get their names as well. How to do that?

To do the following we need to follow these steps. Get the vectorized matrix print("Final Data-matrix:") print(X_tr.shape, y_train.shape)…

Data Science · Machine Learning

1 Answer · 1.8K Views · Answered ✓

Asked by: Reanna Huitt · 6 years ago

Explain Conditional probability.

Conditional probability uses Bayes theorem to calculate the relationships between the dependent events. If A and B are two events then P(A\B) can be…

Data Science · Machine Learning

1 Answer · 1.6K Views · Answered ✓

Asked by: Dorine Hankey · 6 years ago

Explain Joint probability

It is simple to work on mutually exclusive cases but most of the actual problems belong to non-mutually exclusive events. We can predict the event…

Data Science · Machine Learning

1 Answer · 1.7K Views · Answered ✓

Asked by: Launa Kirchner · 6 years ago

Explain Naïve Bayes along with a case study in R

First we import the training and testing data # Importing the dataset training_set = read.csv(file.choose())#salary_train test_set =…

Data Science · Machine Learning

1 Answer · 1.6K Views · Answered ✓

Asked by: Joaquina Messer · 6 years ago

Explain Naïve Bayes along with a case study in python

First we import the libraries and the datasets import pandas as pd import bumpy as np from sklearn.naive_bayes import Gaussian NB from…

Data Science · Machine Learning

1 Answer · 1.8K Views · Answered ✓

Asked by: Coleman Garvin · 6 years ago

Why removing stopwords is not always a good idea?

Stop words really matter in text p reprocessing problem but when it comes to sentiment analysis, stop words can create a lot of problems. It can…

Data Science · Natural Language Processing

1 Answer · 2.1K Views · Answered ✓

Asked by: Fujiwara Ban · 6 years ago

Explain how to implement Naïve Bayes in Python from scratch.

To implement Naïve Bayes from scratch, let us take the following example. Initially we import the following libraries and the dataset.…

Data Science · Machine Learning

1 Answer · 1.1K Views · Answered ✓

Asked by: Larry Huffer · 6 years ago

Explain KNN along with a case study in R

Initially, we will import the dataset # Importing the dataset dataset = read.csv('Social_Network_Ads.csv') dataset = dataset[3:5] Let us see the head…

Data Science · R

1 Answer · 1.8K Views · Answered ✓

Asked by: Felica Laplaca · 6 years ago

Learn & Explore

Free tutorials and interview questions from industry experts — learn the skill, then get ready to prove it.

Latest Data Science Blogs

Guides, tips and career advice on Data Science from JanBask experts.

Explore other technologies

Pick another topic to find answers, interview questions, and real-world tips.