1 from c a l i f o r e s t import C a l i F o r e s t |
2 |
3 model = C a l i F o r e s t ( ) |
4 model . f i t ( X_train , y _ t r a i n ) |
5 model . p r e d i c t ( X_test ) |
1 from c a l i f o r e s t import C a l i F o r e s t |
2 |
3 model = C a l i F o r e s t ( ) |
4 model . f i t ( X_train , y _ t r a i n ) |
5 model . p r e d i c t ( X_test ) |