1,004 views
0 0 votes
Hello everyone newbie data scientist here.
I'm working on a project to predict companies (probability of default) bankruptcy probability and to assign them a credit rating/score based on that :
For example below 50 probability is good and above is bad ( just for the example)
I have a dataset contains financial ratios and a class refers if the company is bankrupted or not (0 and one).
I'm planning to use this models:
Logistic regression linear discrimination analysis, decision trees, random forest, ANN, adaboost, Svm.

The question is and i know it is a dumb question:
Does those models return a probability? Which i can transform to labels, I saw that in a thesis and I'm not sure about it.

Otherwise, any guidance,tips anything will be appreciated.

Please log in or register to answer this question.

Related questions

2 2 votes
1 answers 1 answer
6.6k
6.6k views
tofighi asked Mar 28, 2019
6,627 views
For the below neural network, imagine we are going to use the backpropagation algorithm to update weights. If the Bias (b) in this problem is always 0 (ignore bias when y...
1 1 vote
1 1 answer
1.3k
1.3k views
mcneils asked Mar 18, 2019
1,273 views
How do you determine the weight values that connect to the other data points when solving for our output in neural networks?
1 1 vote
0 0 answers
503
503 views
sujitha asked Feb 10, 2019
503 views
I have a tensorflow LSTM model for predicting the sentiment. I build the model with the maximum sequence length 150. (Maximum number of words) While making predictions, i...
1 1 vote
1 1 answer
3.1k
3.1k views
mllearner000 asked Oct 23, 2018
3,065 views
Hi All,I am writing a simple program using Tensorflow and DNNClassifier. Training Data is 9 pixel with four spectral bands, i.e. 4*9=36 featurs. And each data-point will ...
1 1 vote
0 0 answers
920
920 views