alex-pirozhenko / sklearn-pmml

A library that allows serialization of SciKit-Learn estimators into PMML
MIT License
70 stars 17 forks source link

choosing context for random forest classifier #24

Open ghost opened 8 years ago

ghost commented 8 years ago

How do I choose a context for an instance of a random forest classifier that I wanted to apply your RandomForestClassifierConverter to? I am getting: AttributeError: 'NoneType' object has no attribute 'schemas'

alex-pirozhenko commented 8 years ago

Check out the usage in this test. Description of schemas is provided here