active-learning
Here are 155 public repositories matching this topic...
Enhancement description
I have these errors in log on each start:
backend_1 | Initializing database
backend_1 | Operations to perform:
backend_1 | Apply all migrations: admin, api, auth, authtoken, contenttypes, sessions, social_django
backend_1 | Running migrations:
backend_1 | No migrations to apply.
backend_1 | Your models have changes that are not y
-
Updated
May 21, 2020 - Python
When computing the isosurface, when 4 simplex edges crosses the isosurface, we add 2 triangles to the isosurface triangulation.
Right now we add these arbitrarily (in these 3 lines) but we should add them so that the curvature is minimized.
The current state o
Developer guidelines
nowadays, docs with rarely interpretation is difficult to understand the algorithm,
Such as bayes rule sets and other Underdogs have little references.
If can provide a common introduce in interface level may be good for programmers
who have little information of algorithm to start
In the website tutorial at http://parnec.nuaa.edu.cn/huangsj/alipy/10_mins_to_alipy.html
there is no initial fit of the model and so I get an error when running the line:
select_ind = uncertainStrategy.select(label_ind, unlab_ind, model=model, batch_size=1)
NotFittedError: Call fit before prediction
It looks to me like you need to run
model.fit(X=X[label_ind.index, :], y=y[labe
-
Updated
Feb 20, 2020 - Python
-
Updated
May 7, 2020 - Python
-
Updated
Apr 1, 2020 - Python
-
Updated
Feb 29, 2020 - JavaScript
I want to deploy this in production so that task workers (in this case friends) can help me label data. It would be great if someone did this and documented it. Since nobody has, I suppose that will be me.
But by all means, if anyone has done this - please let me know!
-
Updated
Jun 30, 2019 - Python
-
Updated
May 20, 2020 - C#
-
Updated
Sep 26, 2019 - Python
-
Updated
Mar 24, 2020 - HTML
We have launched our website: www.asreview.nl
It would be good to add a link in the readme.
Perfect First Time contribution :-)
-
Updated
Jan 20, 2020 - Python
-
Updated
Dec 31, 2019 - Jupyter Notebook
-
Updated
Mar 16, 2020 - TypeScript
-
Updated
May 16, 2020 - Python
-
Updated
Apr 9, 2020 - Python
-
Updated
Dec 10, 2019 - Python
-
Updated
Oct 11, 2019 - Python
-
Updated
Mar 30, 2020 - Jupyter Notebook
-
Updated
Dec 1, 2018 - Jupyter Notebook
-
Updated
Mar 25, 2020 - JavaScript
-
Updated
Jul 24, 2017 - Java
Improve this page
Add a description, image, and links to the active-learning topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the active-learning topic, visit your repo's landing page and select "manage topics."


Vcpkg is a C++ dependency management system that makes installation and consumption as a dependency very easy. We should support this for VW to allow consuming the lib as easy as possible.
Instructions for creating a new package can be found here: https://github.com/microsoft/vcpkg/blob/master/docs/examples/packaging-github-repos.md