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 →

How to find out the range of vectors given below using R?

(1, 8, 2, 6, 3, 8, 5, 5, 5, 5) To find out the range of vectors, we need to find out the maximum and minimum of numbers.Let us assign to a variable x…

Data Science

1 Answer · 1.5K Views · Answered ✓

Asked by: shukhdev singh · 6 years ago

Explain with an example how to merge dataframes in R.

Let us create two data frames author and books We will be creating dataframes that contain names of authors along with the surnames and the nation…

Data Science

1 Answer · 1.7K Views · Answered ✓

Asked by: Sanjana Shah · 6 years ago

How to implement Stanford NER in Python?

To implement Stanford NER, we first need to implement proper tagger and word tokenizer to tokenize the words of a sentence. from nltk.tag import…

Data Science · Natural Language Processing

1 Answer · 1.5K Views · Answered ✓

Asked by: Nakano Hase · 6 years ago

What are some of the approaches used in Named Entity Recognition?

The approaches which are commonly used in Named Entity Recognition are a) Rule based Named Entity Recognizer b) Machine Learning Based Named Entity…

Data Science · Natural Language Processing

1 Answer · 1.4K Views · Answered ✓

Asked by: Nakano Hase · 6 years ago

A user has fitted a CountVectorizer to some documents in scikit-learn. He would like to see all the terms and their corresponding frequency in the text corpus, in order to select stop-words. For example: 'and' 123 times, 'to' 100 times, 'for' 90 times, ... and so on, Is there any built-in function for this?

If cv is the CountVectorizer and X is the vectorized corpus, then the following code must work zip(cv.get_feature_names(),…

Data Science · Natural Language Processing

1 Answer · 1.5K Views · Answered ✓

Asked by: Gayatri Jaiteley · 6 years ago

Explain how a decision tree works along with the assumptions.

Every machine learning algorithm has their own benefits and a reason for implementation. Decision tree algorithm is one such widely used algorithm. A…

Data Science · Machine Learning

1 Answer · 1.2K Views · Answered ✓

Asked by: Tanuja trivedi · 6 years ago

Explain with example how to create sequence using R.

To create sequence of vectors or simply numbers, we use seq() function such as seq(0,20) It will create a sequence of numbers from 0 to 20 such as…

Data Science · R

1 Answer · 1.5K Views · Answered ✓

Asked by: Liam SMITH · 6 years ago

How nested for loop work in R? Explain with an example.

Nested for loop means We can nest for loops inside one another,but we need to be careful as every additional for loop nested inside another may cause…

Data Science · R

1 Answer · 1.5K Views · Answered ✓

Asked by: Liam SMITH · 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.