Giter VIP home page Giter VIP logo

adaptivexgboostclassifier's People

Contributors

jacobmontiel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

adaptivexgboostclassifier's Issues

Error when executing the example

When executing the example, the following error is triggered
'NoneType' object is not subscriptable

TypeError Traceback (most recent call last)
/tmp/ipykernel_97027/1701108376.py in
37 evaluator.evaluate(stream=stream,
38 model=[AXGBp, AXGBr],
---> 39 model_names=['AXGBp', 'AXGBr'])

~/lib/python3.7/site-packages/skmultiflow/evaluation/evaluate_prequential.py in evaluate(self, stream, model, model_names)
248 self._init_file()
249
--> 250 self.model = self._train_and_test()
251
252 if self.show_plot:

~/lib/python3.7/site-packages/skmultiflow/evaluation/evaluate_prequential.py in _train_and_test(self)
373
374 if len(set(self.metrics).difference({constants.DATA_POINTS})) > 0:
--> 375 self.evaluation_summary()
376 else:
377 print('Done')

~/lib/python3.7/site-packages/skmultiflow/evaluation/base_evaluator.py in evaluation_summary(self)
610 print('{} - Accuracy : {:.4f}'.format(
611 self.model_names[i],
--> 612 self._data_buffer.get_data(metric_id=constants.ACCURACY, data_id=constants.MEAN)[i]))
613 if constants.KAPPA in self.metrics:
614 print('{} - Kappa : {:.4f}'.format(

TypeError: 'NoneType' object is not subscriptable

How to save the _ensemble?

Hi, I want to save self._ensemble and convert to pmml format for online deployment. Do you have any example? Thank you so much in advance.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.