Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Using Python and scikitlearn, how to output the individual feature dependencies?
Post: RE: Using Python and scikitlearn, how to output th...

Hello Jef, Thanks again for your input. Ok, I have made some changes to my code: from sklearn.ensemble import ExtraTreesClassifier model = ExtraTreesClassifier() model.fit(x_train, y_train) coef = pd....
warren8r Data Science 8 3,995 Jan-31-2020, 04:46 PM
    Thread: Using Python and scikitlearn, how to output the individual feature dependencies?
Post: RE: Using Python and scikitlearn, how to output th...

Hello Jef, Yes, exactly! Thank you so much for this suggestion. So the proper terminology is "coefficients." Aside from LR, does this *.coef function work for any model? Thank you, again, for taking ...
warren8r Data Science 8 3,995 Jan-30-2020, 08:33 PM
    Thread: Using Python and scikitlearn, how to output the individual feature dependencies?
Post: Using Python and scikitlearn, how to output the in...

Hello, I am relatively new to Python and Machine Learning. I have a basic dataset for insurance fraud and a script that generates the model and runs the predictions. I am able to output the accuracy p...
warren8r Data Science 8 3,995 Jan-30-2020, 07:02 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020