Latest questions in Data Analytics

0 votes
1 answer

How can I find number of columns in a dataframe

To know the number of columns in ...READ MORE

Oct 12, 2018 in Data Analytics by Abhi
• 3,720 points
430 views
0 votes
1 answer

What is the difference between rnorm and runif functions ?

rnorm function generates "n" normal random numbers ...READ MORE

Oct 10, 2018 in Data Analytics by zombie
• 3,790 points
904 views
0 votes
1 answer

Which inbuilt function can be used in such case ?

Using in-built function - setdiff(c (1, 3, ...READ MORE

Oct 10, 2018 in Data Analytics by zombie
• 3,790 points
415 views
0 votes
1 answer

How can I create log linear models in R language?

By using the loglm () function  READ MORE

Oct 10, 2018 in Data Analytics by zombie
• 3,790 points
1,055 views
0 votes
1 answer

TensorFlow use in container software

Tensorflow can also be used with containerization ...READ MORE

Oct 8, 2018 in Data Analytics by kurt_cobain
• 9,390 points
452 views
0 votes
1 answer

Neural Networks in Deep Learning

Neural networks as the name suggests are ...READ MORE

Oct 8, 2018 in Data Analytics by kurt_cobain
• 9,390 points
379 views
0 votes
1 answer

API inside TensorFlow project

The API’s inside TensorFlow are still Python-based ...READ MORE

Oct 5, 2018 in Data Analytics by kurt_cobain
• 9,390 points
359 views
0 votes
1 answer

Python API in TensorFlow

Python is the most recognizable and “the ...READ MORE

Oct 5, 2018 in Data Analytics by kurt_cobain
• 9,390 points
379 views
0 votes
1 answer

Loaders in TensorFlow

Tensorflow Loaders are used for adding algorithms ...READ MORE

Sep 27, 2018 in Data Analytics by kurt_cobain
• 9,390 points
418 views
0 votes
1 answer

TensorFlow servables

These are the central rudimentary units in ...READ MORE

Sep 27, 2018 in Data Analytics by Data_Nerd
• 2,390 points
559 views
0 votes
1 answer

Tensorflow advantages

It has platform flexibility It is easily trainable ...READ MORE

Sep 26, 2018 in Data Analytics by nitinrawat895
• 11,380 points
314 views
0 votes
1 answer

features of TensorFlow?

Tensorflow has APIs for Matlab, and C++ ...READ MORE

Sep 26, 2018 in Data Analytics by kurt_cobain
• 9,390 points
376 views
0 votes
1 answer

What are Tensorboard ?

TensorBoard, a suit of visualizing tools, is ...READ MORE

Sep 26, 2018 in Data Analytics by kurt_cobain
• 9,390 points
529 views
0 votes
1 answer

What are tensors?

Tensors are higher dimensional arrays which are ...READ MORE

Sep 26, 2018 in Data Analytics by kurt_cobain
• 9,390 points
558 views
+1 vote
1 answer

How can I use which() function in R ?

which() function determines the position of elements ...READ MORE

Sep 25, 2018 in Data Analytics by Daisy
• 8,120 points
7,244 views
0 votes
1 answer

How to know the type of an object?

To find the type of an object ...READ MORE

Sep 20, 2018 in Data Analytics by Abhi
• 3,720 points
482 views
0 votes
1 answer

How do I convert a dataframe to a list?

For doing this first you'll have to ...READ MORE

Sep 19, 2018 in Data Analytics by Abhi
• 3,720 points
4,128 views
0 votes
1 answer

How can I convert a list to a dataframe?

L = ['1', '2','3','4','5'] #create new df df ...READ MORE

Sep 19, 2018 in Data Analytics by Abhi
• 3,720 points
338 views
0 votes
1 answer

How can I convert a factor variable to numeric in R ?

A factor variable can be converted to ...READ MORE

Sep 19, 2018 in Data Analytics by shams
• 3,670 points
2,934 views
0 votes
1 answer

What is the exact usage of abline() function?

abline function in R used to add ...READ MORE

Sep 19, 2018 in Data Analytics by shams
• 3,670 points
713 views
0 votes
1 answer

How can I list all the data sets available in all R packages?

You can use the below line of ...READ MORE

Sep 7, 2018 in Data Analytics by zombie
• 3,790 points
868 views
0 votes
2 answers

What are the rules to define a variable name in R programming language?

The same rules almost follow for all ...READ MORE

Aug 26, 2019 in Data Analytics by anonymous
• 33,030 points
14,531 views
+1 vote
3 answers

What is logistic regression?

Logistic regression is analysis to conduct when ...READ MORE

Aug 7, 2019 in Data Analytics by anonymous
1,515 views
0 votes
1 answer

What is the difference between library () and require () functions in R ?

 library() require() Library () function gives an error message ...READ MORE

Sep 5, 2018 in Data Analytics by zombie
• 3,790 points
2,358 views
0 votes
1 answer

Can I use Hadoop and R together for analysis ?

HDFS can be used for storing the ...READ MORE

Sep 5, 2018 in Data Analytics by zombie
• 3,790 points
423 views
0 votes
3 answers

What is Linear Regression?

linear regression is useful for finding relationship ...READ MORE

Aug 7, 2019 in Data Analytics by nikita
1,180 views
0 votes
2 answers

What is nominal data and how to deal with it?

Nominal Data: Nominal values represent discrete units and ...READ MORE

Sep 4, 2018 in Data Analytics by shams
• 3,670 points
1,360 views
0 votes
1 answer

How can I import a file in R without giving the destination/file path to the specified file?

You can use the window explorer to ...READ MORE

Aug 28, 2018 in Data Analytics by Abhi
• 3,720 points

edited Aug 28, 2018 by Vardhan 2,482 views
+1 vote
3 answers

%>% What are these symbols/characters used for in R?

%>% is called a pipe. The process ...READ MORE

Aug 7, 2019 in Data Analytics by anonymous
828 views
0 votes
1 answer

Tokenizing text file generates error using word tokenize_words

Hi Bolder, As you are using the delim ...READ MORE

Aug 28, 2018 in Data Analytics by Abhi
• 3,720 points
2,332 views
+1 vote
2 answers

What is an RDBMS? Name some examples for RDBMS? What is CRUD?

RDBMS: Relational Database Management System A relational database ...READ MORE

Aug 29, 2018 in Data Analytics by zombie
• 3,790 points
27,548 views
0 votes
2 answers

How do you build a custom function in Python?

Function arguments in Python In Python, Custom functions ...READ MORE

Sep 4, 2018 in Data Analytics by shams
• 3,670 points
1,100 views
0 votes
1 answer

Which package is used to do data import in R and Python and How do you import SAS data?

We can do data import using multiple ...READ MORE

Aug 24, 2018 in Data Analytics by Abhi
• 3,720 points
690 views
0 votes
1 answer
0 votes
1 answer

What is the importance of having a selection bias?

Selection biased is used when there is ...READ MORE

Aug 24, 2018 in Data Analytics by Abhi
• 3,720 points
662 views
+1 vote
2 answers

avoid producing a eps-graphic with 2 pages by mixing traditional and grid graphics

The bv_set() is missing from your code hence ...READ MORE

Aug 28, 2018 in Data Analytics by Anmol
• 1,780 points
599 views
0 votes
1 answer

How do you know which whether to apply supervised learning or unsupervised learning on a dataset

Supervised Learning is applied when we have ...READ MORE

Aug 21, 2018 in Data Analytics by Abhi
• 3,720 points
625 views
0 votes
1 answer

How will you define the number of clusters in a clustering algorithm?

Though the Clustering Algorithm is not specified, ...READ MORE

Aug 21, 2018 in Data Analytics by Abhi
• 3,720 points
1,692 views
0 votes
1 answer

Python or R – Which one would you prefer for text analytics?

We will prefer Python because of the ...READ MORE

Aug 20, 2018 in Data Analytics by Abhi
• 3,720 points
4,252 views
0 votes
2 answers

What are the differences between overfitting and underfitting?

Overfitting is a modeling error which occurs when ...READ MORE

Aug 8, 2019 in Data Analytics by anonymous
34,179 views
0 votes
1 answer

What do you understand by statistical power of sensitivity and how do you calculate it?

Sensitivity is commonly used to validate the ...READ MORE

Aug 20, 2018 in Data Analytics by Abhi
• 3,720 points
801 views
0 votes
3 answers

What is the goal of A/B Testing?

With A/B Testing you can see which ...READ MORE

Sep 18, 2018 in Data Analytics by zombie
• 3,790 points
2,800 views
0 votes
1 answer

What is Selection Bias?

Selection bias is the bias introduced by the ...READ MORE

Aug 20, 2018 in Data Analytics by Abhi
• 3,720 points
3,697 views
0 votes
1 answer

What are the important skills to have in Python with regard to data analysis?

The following are some of the important ...READ MORE

Aug 20, 2018 in Data Analytics by Abhi
• 3,720 points
4,295 views
+1 vote
4 answers

Python vs. R for data science

I would say both Python and R ...READ MORE

Aug 1, 2019 in Data Analytics by briny
1,584 views
0 votes
1 answer

How can I perform word stemming in R

The tm package in R provides the stemDocument() function to stem the ...READ MORE

Aug 20, 2018 in Data Analytics by Abhi
• 3,720 points
3,992 views
+1 vote
2 answers

How can I get experience in Data Science as a fresher?

Work on projects of your own. It’s tough, ...READ MORE

Aug 9, 2018 in Data Analytics by Abhi
• 3,720 points
605 views
+1 vote
1 answer

How good at SQL does a data scientist really need to be?

SQL is a standardized query language for requesting information ...READ MORE

Aug 9, 2018 in Data Analytics by Abhi
• 3,720 points
440 views
0 votes
1 answer

Can a data scientist do everything a data analyst can do?

Technically speaking, yes and no. Yes from ...READ MORE

Aug 9, 2018 in Data Analytics by Abhi
• 3,720 points
359 views
+10 votes
3 answers

Which is a better initiative to learn data science: Python or R?

Well it truly depends on your requirement, If ...READ MORE

Aug 9, 2018 in Data Analytics by Abhi
• 3,720 points
1,182 views