File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 620
620
},
621
621
{
622
622
"cell_type" : " code" ,
623
- "execution_count" : 98 ,
623
+ "execution_count" : null ,
624
624
"metadata" : {},
625
625
"outputs" : [
626
626
{
638
638
" from sklearn.ensemble import BaggingClassifier\n " ,
639
639
" \n " ,
640
640
" bag_model = BaggingClassifier(\n " ,
641
- " base_estimator =DecisionTreeClassifier(), \n " ,
641
+ " estimator =DecisionTreeClassifier(), \n " ,
642
642
" n_estimators=100, \n " ,
643
643
" max_samples=0.8, \n " ,
644
644
" oob_score=True,\n " ,
670
670
},
671
671
{
672
672
"cell_type" : " code" ,
673
- "execution_count" : 100 ,
673
+ "execution_count" : null ,
674
674
"metadata" : {},
675
675
"outputs" : [
676
676
{
686
686
],
687
687
"source" : [
688
688
" bag_model = BaggingClassifier(\n " ,
689
- " base_estimator =DecisionTreeClassifier(), \n " ,
689
+ " estimator =DecisionTreeClassifier(), \n " ,
690
690
" n_estimators=100, \n " ,
691
691
" max_samples=0.8, \n " ,
692
692
" oob_score=True,\n " ,
You can’t perform that action at this time.
0 commit comments