-
I have a dataset with predicted and observed data. The equation that predicts the data is given by: y = …
- 356 views
- 1 answers
- 0 votes
-
Getting the erro: File "C:\Users\Oskar\anaconda3\lib\site-packages\sklearn\metrics_classification.py", line 90, in _check_targets "and {1} targets".format(type_true, type_pred)) ValueError: Classification metrics can’t handle a mix …
- 0 views
- 0 answers
- 0 votes
-
I have a multi-label classification problem, for which I looked online and saw that for one-hot encoding the labels it …
- 0 views
- 2 answers
- 0 votes
-
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update …
- 327 views
- 1 answers
- 0 votes
-
I am working on a dataset with 30 columns (29 numerical, 1 non-ordinal categorical). I hot-encoded the categorical feature and …
- 376 views
- 0 answers
- 0 votes
-
I’m doing a sentiment analysis project on a Twitter dataset. I used TF-IDF feature extraction and a logistic regression model …
- 371 views
- 0 answers
- 0 votes
-
I’m trying to retrieve the importance of features within a RandomForestClassifier model, retrieving the coef for each feature in the …
- 605 views
- 1 answers
- 0 votes
-
- 268 views
- 1 answers
- 0 votes
-
I have defined a custom function in python to calculate class-wise auc scores in a one-vs-rest fashion. It takes true …
- 337 views
- 1 answers
- 0 votes
-
I am trying to use Sklearn tools alongside Pandas and np. I am trying to run my code (shown below …
- 322 views
- 1 answers
- 0 votes