Which one is better, MSc Data Science at CMI or MSc Statistics and computing...
@mukul98m wrote: Hii this is Mukul Mishra, this is my final year of graduation is Statistics from Mumbai University, after this am looking for master’s but am not at all interested in learning theory...
View ArticleDownload HD Infographic - 27 Essential Data Science Books
@datascience221 wrote: What’s your favorite medium for learning data science? Mine is, and always has been, books. As I mentioned in this article, there is a magic and allure to books that I have...
View ArticleGetting different value in co-occurrence matrix
@premvardhan wrote: From this post --> https://www.analyticsvidhya.com/blog/2017/06/word-embeddings-count-word2veec/ When the context window is 2 then how he and is could be appear 4 times. I found...
View ArticleDevelop a machine learning model based on the features availability
@ursraja4u wrote: Hi, I am trying to develop a classification model. This is to predict that the given task will be completed in the given time or not. When I have gone through the data there are many...
View ArticleDistributed TensorFlow
@kevinf wrote: Is this possible to control the distribution of delays in asynchronous training in TensorFlow? Posts: 1 Participants: 1 Read full topic
View ArticleWhich Metric to consider for Regression R2 or RMSE
@jai-prakash.yadav wrote: Hi All, We are working on Regression problem usinng Sklearn, So what should be best Metric for this R2 or RMSE or any other. We are getting R2 in range of 0.35 , is it fine...
View ArticleWhat is the meaning of Standardization in KNN
@vineet72 wrote: I have lot of confusion in the standardization process in the K-NN algorithm. Here is the code:- from sklearn.preprocessing import StandardScaler scaler= StandardScaler()...
View ArticleWhich model to select for ML?
@vishnu62 wrote: Hello folks, Although I’m beginner to ML I’m facing few issues. To solve a particular problem what model should I use? Any resources blog,article etc Thanks Posts: 1 Participants: 1...
View ArticleUniversity of Leeds or University of Southampton
@mirvatammouri wrote: Hello everyone, I’ve received offers from both universities. I’m not sure which to choose for my analytics postgraduate study. The Leeds program is called Consumer Analytics and...
View ArticleDeprecationWarning
@chaimaa wrote: Hello, I have an issue related to the Loan prediction hackathon when I was trying to improve the accuracy by tuning the hyperparameters for the model using the random forest method,...
View ArticleCapillary hackathon dataset
@munitech4u wrote: Hi, Can anybody provide the link to Capillary Machine Learning Hackathon dataset? Gdrive/Box/AWS/Github will do Thanks in advance. Posts: 1 Participants: 1 Read full topic
View ArticlePredictive Model Accuracy Calculation Format
@fanwood wrote: Hello guys, Which is the best form to calculate the predictive model accuracy, when data is normalized or in actual form? Posts: 2 Participants: 2 Read full topic
View ArticleHyperparameter Tuning
@shravan wrote: When we are doing Hyperparameter tuning in developing a model, what is the best way of tuning either using randomsearch or gridsearch? how to set the hyperparameters, if any other...
View ArticleNeed Help with StratifiedShuffleSplit
@mohitlearns wrote: Hello, I have one (“single”) data file with approx 20K features (rows / fields). I want to split this file between training data and test data in the ratio of 80:20 using...
View ArticleData Analytics in PG
@madhav936 wrote: Hi all, if anyone could advice on the Data Analytics in PG which includes Python,R,SAS,Tableau and Hadoop for data analytics courses and its future. Posts: 1 Participants: 1 Read...
View ArticleError: Librosa No BackendError
@thomas421 wrote: Hi, i am trying to understand the code for speech recognition and as i was using this command, i = random.choice(train.index) data_dir = ‘E:/Voice_analytics/’ audio_name =...
View ArticleHow to train and test dataset with multiple fold data set?
@anwarm1 wrote: Hi, I would like to know how to deal with dataset which has multiple fold information. For example: If I have list of patients and I want to predict the risk of disease and I want to...
View ArticleR basic exercise
@giariut wrote: Hello everyone, I am new in R programming and I am doing some exercise to practice with the basis of R. Could you please provide a solution for this exercise? Use R to generate 100...
View ArticleProbability mass function
@sachin70 wrote: How do we plot a probability mass function graph in python? i am going through the introduction to data science course of analytics Vidhya and here itis only explained what are...
View ArticlePython code unable to understand the output
@sachin70 wrote: a=dict() a[1] can anyone explain me the output of this code in python Posts: 1 Participants: 1 Read full topic
View Article