Time-series: Predicting future events using SVR module
@arman wrote: Here is my source code, but not working as i expected it: import csv import numpy as np from sklearn.svm import SVR import matplotlib.pyplot as plt seq_num=[] win=[] def...
View ArticleVisualization of Decision boundaries
@aayushmnit wrote: Hi Guys, Just sharing a good visualization of decision boundaries for various classifiers with different type of dataset, Hope you will find the image interesting. Pasted...
View ArticleInstallation Of TensorFlow in docker
@shan4224 wrote: Hi All.. I am using windows OS machine. It will be helpful if you guide installation of TensorFlow in windows OS.. I tried to install it through Docker. But after installation its not...
View ArticleTS Forecasting code
@tillutony wrote: Hi Experts. Please help me in understanding the following code fit <- arima(AirPassengers, order=c(1,0,0), list(order=c(2,1,0), period=12)) fore <- predict(fit, n.ahead=24)...
View ArticleTfIdf features on non NLP problems
@kris_ml wrote: Hi,Could you please tell me how tfidf features are used incased of non-textual data(NLP).Was going through this https://github.com/rouseguy/BlackFridayDataHack repo solution to...
View ArticleA Sr. Statistician needs guidance to build Data Science Skills
@alisq786 wrote: To begin with something about myself: I am a senior statistician almost 50 years of age with over 20 years of experience in statistics. Have masters degree in statistics from...
View ArticleLooking to switch to Data science
@askum1510 wrote: Hello, Need advise to switch to Data analytics and Data science.I have around 15 years of experience in embedded software development for various domains mainly for automotive...
View ArticleMy 500 Words : An attempt to be better at blogging
@jalFaizy wrote: Taken up another challenge. This "blog" thing had been bothering for quite some time now. So its time for me to face it head on! PS: A little background to the idea; I found this on...
View ArticleWhere can i get the data set for the Smart recruits?
@chaituchaitanya28 wrote: Hello Everyone, where can i get the data set for the smart recruits competition which was already held ? Posts: 1 Participants: 1 Read full topic
View ArticleBlack Friday Challenge: Problem Statement
@mksamelson wrote: Can someone clearly state the problem statement? It is very unclear the way it is worded. Thanks Posts: 1 Participants: 1 Read full topic
View ArticleAnyone read Introduction to Machine Learning with Python: A Guide for Data...
@pranzini wrote: This book just published and curious if any good? Posts: 1 Participants: 1 Read full topic
View ArticleDatabses_neurological
@Gch wrote: Hello, I am looking for one or more databases that record handwritng of patients with neurological or neuropsychiatric diseases.Please, send me a list of database, URL links, institutions...
View ArticleCriteria for Success of Bollywood Movie
@silicon_lover wrote: I have collected data from BookMyShow for movies shows in india. I was thinking some features on which number of people watching that particular show on given day depends. Some...
View ArticleHow to prepare for SAS analyst?
@arpita33 wrote: hello !! I'm Arpita. done MCA (2014 passed out). I have worked as a java developer for 1 year. for certain reason, i had to quit my job. so it been a year that I'm unemployed....
View ArticleLogistic regression
@tillutony wrote: Hi All, below is the code used for building logistic regression. please help in in understanding the code. from sklearn.linear_model import LogisticRegression ----importing libraries...
View ArticleCan CNN be used for non-2D problems?
@jalFaizy wrote: NOTE: Question asked by Anna Huris here Can CNN be used for non-2D problem such as a general regression problem(one Y and many X)? If so, could you provide an example code? Posts: 2...
View ArticleSentiment anlaysis using NLP
@Shubham26 wrote: Hi Folks, I am working on a NLP project (using python) in which we are predicting the sentiment of people conversation that happen on chat pod. Basically we are classifying sentiment...
View ArticlePrediction using machine learning techniques: python or R
@arman wrote: I want to perform prediciton using a machine learning technique. My dataset is very huge and so a portion of my csv dataset is included here. The whole dataset is attached in .csv...
View ArticleFinding Frequently occuring items
@ramya_sai wrote: I have a dataset with 40,000 rows and it has columns say timer name and user name and event date . we have 335 unique items of timer names. The problem is to find the sequence of...
View ArticleHow to handle unknown categories, viz that are in test but not in train?
@facebook_user_4 wrote: Hi everyone, I have been facing this problem since I have started participating in machine learning competitions on Kaggle and AnalyticsVidhya. I don't know what is the proper...
View Article