modAL
modAL copied to clipboard
A modular active learning framework for Python
Fixed the logic in hstack and vstack. This was causing tests to fail, as well as causing errors in a downstream project of mine. Tests are now passing. Not sure...
I am using `modAL` with `skorch` for integration with PyTorch. Most tutorials, such as the [Pytorch models in modAL workflows](https://modal-python.readthedocs.io/en/latest/content/examples/Pytorch_integration.html) tutorial from modAL, use the MNIST dataset which commonly has...
Bumps [numpy](https://github.com/numpy/numpy) from 1.20.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Commas were used instead of periods in 2 float values.
Hi Team, Documentation/Tutorial on integrating mmdetection's Object Detection/Instance Segmentation models ( https://github.com/open-mmlab/mmdetection ) with modAL would be very helpful
I am using Tensorflow 2.7 and trying to reproduce the results with the code in https://modal-python.readthedocs.io/en/latest/content/examples/Keras_integration.html. Instead of importing KerasClassifier from Keras Wrappers that through a deprecation warning, I have...
Hello, Thank you a lot for developing modAL and making it available ! :pray: Though recently, I encountered an error and wonder if the proposed solution fits. While running this...
I'm encountering an ImportError when trying to import `expected_error_reduction` from `modAL`. The error message suggests that the version of pandas I have installed is incompatible with the version of numpy...
According to https://modal-python.readthedocs.io/en/latest/content/overview/Installation.html# you can install from `pip` this way:  This doesn't work anymore, and you need `pip install modAL-python`. Can you please update the docs?