libact icon indicating copy to clipboard operation
libact copied to clipboard

Pool-based active learning in Python

Results 46 libact issues
Sort by recently updated
recently updated
newest added

Hi All, ive run into an issue when trying to install. Can one of you please assist? Thanks! (minimal_ds_2) richardyang@richarddeMacBook-Pro libact % sudo pip install libact DEPRECATION: Python 2.7 reached...

Im running into issues installing libact on my Windows10 m/c. Could some one provide me instructions on the required software which needs to be installed before installing libact. Complete output...

The steps I installed the libact as follows 1. I create a environment with python 3.6 2. git clone https://github.com/ntucllab/libact.git 3. cd libact 4. pip install -r requirements.txt 5. pip...

In the follow picture, how to explain the red line in the function **split_train_test** thanks ![Snipaste_2020-12-14_15-09-21](https://user-images.githubusercontent.com/54096137/102050834-794d9280-3e1e-11eb-8912-70e4cf27a2b4.png)

[modified_files.zip](https://github.com/ntucllab/libact/files/4918141/modified_files.zip) Here are the steps(All the files are in the zip file): (1) Download the [liblapack.lib](http://icl.cs.utk.edu/lapack-for-windows/libraries/VisualStudio/3.7.0/Dynamic-MINGW/Win64/liblapack.lib) and [liblapacke.lib](http://icl.cs.utk.edu/lapack-for-windows/libraries/VisualStudio/3.7.0/Dynamic-MINGW/Win64/liblapacke.lib) , and headers [LAPACKE header file](http://icl.cs.utk.edu/lapack-for-windows/include/lapacke.h), [LAPACKE mangling header file](http://icl.cs.utk.edu/lapack-for-windows/include/lapacke_mangling.h), [liblapack.dll](http://icl.cs.utk.edu/lapack-for-windows/libraries/VisualStudio/3.7.0/Dynamic-MINGW/Win64/liblapack.dll), [liblapacke.dll](http://icl.cs.utk.edu/lapack-for-windows/libraries/VisualStudio/3.7.0/Dynamic-MINGW/Win64/liblapacke.dll)...

Hi. thank you for your contribution. When testing the QueryByCommittee and the 'kl_divergence' method, i get the above error: ``` mytest.py", line 90, in run ask_id = qs.make_query() File ".../python3.7/site-packages/libact/query_strategies/query_by_committee.py",...

Hello, It's my first time using Active Learning, so probably it's a noob error, but I have a ValueError, as mentioned in the title, when calling model.predict_proba(trn_ds). It's on the...

I think these model classes should have the interface for users to save their models into files or load them from file, though the functions are already implemented in sklearn...

feature