python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to get the ROC curve of a neural network?
I'm trying to get the ROC curve for my Neural Network. My network uses pytorch and im using sklearn to get the ROC curve. My model outputs the binary right and wrong and also the probability of the ou...
Samuel Fipps
Votes: 0
Answers: 1
How is model.fit affected in a for-loop
I am implementing walk-forward optimization for a time series. I understand splitting the set to train-test with 20-30% reserved for testing, but for time series i cant randomly split nor can i choose...
LemonSqueezy
Votes: 0
Answers: 1
Building a Random Forest Classifier with equal output probabilities to a Decision Tree Classifier
I have been trying to build a RandomForestClassifier() (RF) model and a DecisionTreeClassifier() (DT) model in order to get the same output (only for learning purposes). I have found some questions wi...
Chris
Votes: 0
Answers: 1
How to create custom k-fold cross validation datasets for training models
I have a dataset on daily level granularity for 4 years - 2018, 2019, 2020 and 2021. There is also some data available for Q1 2022 which I will be using as unseen data for model testing. I want to use...
Regressor
Votes: 0
Answers: 1