Water Reservoir DataSet
@dgadela wrote: Hi, I’m new to ML and trying to build algorithms based on the data available in the net. I have taken data available in the reservoir from the past 5 years and i’m trying to predict...
View ArticleFRCNN test.py won't create any bounding boxes on img
@preetkaran wrote: I’m trying to make a machine learning model on Car Damage Detection dataset, with annotations and images. I created the .CSV file containing the annotations in the format i.e....
View ArticleKaggle German Credit Risk Classification(New to Kaggle)
@ParulSinha wrote: I was trying to solve the ‘German Credit Risk classification’ which aims at predicting if a customer has a good credit or a bad credit The dataset has only 1000 rows and around 9...
View Article__init__() got multiple values for argument 'n_splits'
@SBK wrote: Hi , I am getting error while using nfolds as : init() got an unexpected keyword argument ‘n_folds’ for the below code. #Perform k-fold cross-validation with 5 folds kf =...
View ArticleTime Series in Python using Multiple Input Features
@kshethrajna wrote: Hi All, I have a Time Series problem of intraday prediction of ‘predicting work load on half hourly basis for each task id’. I have 300 task ids and daily half hour data for about...
View ArticlePlotting Error with Matplot library
@train.bi wrote: Hi Team, when ever i plot i am landing with the following error with Matplotlib from . import _path, rcParams ImportError: cannot import name ‘_path’ i uninstalled matplot library and...
View ArticleBeginner’s Guide on Web Scraping in R (using rvest) with hands-on example
@kamalchd wrote: I was going through the article " Beginner’s Guide on Web Scraping in R (using rvest) with hands-on example" and trying to recreate the magic that author did. I have few questions:...
View ArticleWhich regression algorithm could be applied for correcting sensor values?
@AbhishekHP wrote: Please consider the sample dataset below. In simple terms, Sensor is defective and hence measured incorrect values since 2000 and we have the data for 10 years with both: measured...
View ArticleModel deployment to Web service
@sylvanus02 wrote: How can I develop and deploy a time series predictive model as a Web service in R studio. Posts: 1 Participants: 1 Read full topic
View ArticleCareer Transition to Data Science after 12+ years experience in Telecom BSS/OSS
@niks.mj wrote: Hi i have 12+ years experience in Telecom BSS/OSS domain . Worked with a Telecom Operator in Prepaid operations and now working in a Sr. Support professional in a product based...
View ArticleUnderstanding the Math behind XgBoost
@rahul3901 wrote: I am trying to understand how XgBoost is different from standard gradient boosting of trees. A good start is found here. It does cover how gradient boosted trees work and how they...
View ArticleWeb scraping using rvest and Rselenium
@davide855 wrote: Hi Guys i’m wondering if it’s possible to scrape this website https://servizi.ivass.it/RuirPubblica. the url never change and it uses javascript to load contents so i decided to use...
View ArticleRe-sampling code for different sampling Techniques
@train.bi wrote: Hi Team, How do we run a model with different sampling Techniques to view accuracy in python. Regards, Tony Posts: 1 Participants: 1 Read full topic
View ArticleHow can iris data set be classified using naive bayes?
@kiera wrote: I have known that naive bayes work for discrete variables but how can it work for continuous variables. How does it work for IRIS dataset ? Posts: 1 Participants: 1 Read full topic
View ArticleXgboost model, found -2147483648 in label
@robot94 wrote: I am seeing this: bst_model <- xgboost(data=dtrain,eta=1.8, objective=‘multi:softmax’,max.depth=2,nrounds=200,nthread=4,lambda=.19,num_class=4,eval_metric=‘mlogloss’) Error in...
View ArticleDigital Marketing in Finacial Industry
@chaituchaitanya28 wrote: Hello Guys, Give me any articles, learning resources of how digital marketing works in the Finance Industry. What KPIs, Goals are generally used, or if anyone has any work...
View ArticleValueError: X has 23 features per sample; expecting 16
@sarika77 wrote: predic=logreg.predict(x_test) ValueError Traceback (most recent call last) in ----> 1 predic=logreg.predict(x_test) ~\Anaconda3\lib\site-packages\sklearn\linear_model\base.py in...
View ArticleData Normality Question
@mohitlearns wrote: Hi, let’s say I have a small data which is indicative of demographics of a place has fields /attributes like : Place_Longitude, Place_Latitude, population (per district in the...
View ArticleQuestions related to the article on Multivariate Vector Auto Regression using...
@kshethrajna wrote: Hi Aishwarya, Thanks a lot for your post on Multivariate TS using VAR...
View ArticleA question regarding article on probability
@miroslav03 wrote: (topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) Posts: 1 Participants: 1 Read full topic
View Article