What is the Future of IoT
@mazecorporate wrote: The internet landscape is burgeoning not owing to computers, laptops, and different gadgets. Instead, several technologies have conjointly taken half during this growth. As a...
View ArticleHow to create top 10 leader board for store or merchant performance
@partha2v wrote: Hi All, I have a dataset of store IDs with its performance related to Customer enrollment. I am running a reward program for around 150 stores for getting customer enrollment with...
View ArticleTime Series Analysis using Python
@swarup17 wrote: (topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) Posts: 1 Participants: 1 Read full topic
View ArticleTime Series Analysis Techniques
@swarup17 wrote: Suppose we found the data to be stationary using differencing so do we again need to check the stationarity using decomposition? Link:-...
View ArticleI am facing issues with improving the models and score
@Umairnsr87 wrote: Hello Everyone, I am new to data science and I have enrolled in a course for data science where I have learnt alot of techniques like linear regression, logistic regression, trees,...
View ArticleLatent Markov Model
@bansal_saurav123 wrote: Hi All, Please help with further information on Latent Markov Model… Posts: 1 Participants: 1 Read full topic
View ArticleVariable Transformation in Linear Regression
@ransingh wrote: How do we use linear regression model for predicting the future response variable. When should I transform the X variable in the model and also when should I transform the Y variable...
View Articleproblems related to statistical evidence in datascience
@subrata07 wrote: working on some csv file data which are related to some medical insurance company. I have attached here picture of my data structure. medicalinsurancecompany.PNG563×749 17.9 KB I try...
View ArticleDeployment of machine learning model developed in R for production
@Arihant wrote: What is the easiest way to deploy a machine learning model developed in R for production? Posts: 11 Participants: 7 Read full topic
View ArticleFaster R-CNN Pulkit Sharma
@revant59 wrote: Analytics Vidhya – 4 Nov 18 Implementing Faster R-CNN in Python for Object Detection Introduction Which algorithm do you use for object detection tasks? I have tried out quite a few...
View ArticleMarket research by data Scinence
@rt.jodat wrote: Hi, I’m working on a thesis for my master degree, I wanted to know is it possible to do market research by data science?In order to analyze the new market in a new location which a...
View ArticleFind optimal independent variable values in a classification problem
@saran57 wrote: I have a data set with 4 independent variables (X) and one dependent variable(Y). All the X variables here are on a rating scale of 1-10. How do i approach this problem. Should i treat...
View ArticleXML to CSV conversion
@neela27 wrote: Hello I was following the article " A Practical Implementation of the Faster R-CNN Algorithm for Object Detection (Part 2 – with Python codes)" and had a problem converting xml to csv...
View ArticleNeed help working on data science projects
@winter022 wrote: Hi All, I am new to Analytics Vidhya and Data Science and this is my very first post on this site. I am a working professional working on different databases from last 8 years and...
View ArticleTraining data only contains single positive label
@chankey wrote: The dataset which I have only contains the positive label. How do I make a model which can predict whether the new data is positive or negative? There’s no test data either. Just a CSV...
View ArticleI am willing to start my career in data scientist as a fresher
@SnehalPatel wrote: I passed my Bachelors of Engineering in I.T in 2018. I have been working on Cloud(Microsoft Azure) for over a year. I have interest in Data Science and wish to get into it. But...
View ArticleMethods to improve Time series forecast (including ARIMA, Holt's winter)
@swarup17 wrote: Analytics Vidhya – 8 Feb 18 Methods to improve Time series forecast (including ARIMA, Holt's winter) This article is an introduction to time series forecasting using different methods...
View ArticlePython variable data type understanding
@hemantsain55 wrote: I have an object type column named gender containing 3 distinct values i.e male, female and other. when I’m feeding this column to my linear regression its throwing an error ‘’...
View ArticleLabel Encoding in R
@hemantsain55 wrote: Hello, I have performed label encoding using superml library in R library(superml) lbl <- LabelEncoder$new() train$Country <- lbl$fit_transform(train$Country) when I applied...
View ArticleWhen to use Variable transformation?
@somanadha_sastry wrote: Hello Community, “When there are variables that are not normal in your dataset, we shall transform them to be normal” This is one of the most common points i see that has to...
View Article