active-learning
Here are 169 public repositories matching this topic...
I have set up Postgres in Kubernetes and also setup Doccano in Kubernetes however it's working well but wants to know the mount point for Kubernetes to attach Persistence volume.
My deployment.yaml
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
labels:
app: doccano
name: doccano
namespace: default
spec:
progressDeadlineSeconds: 600
replicas: 1
revisi
-
Updated
Jul 31, 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
-
Updated
May 30, 2020 - Python
-
Updated
Jul 27, 2020 - Python
-
Updated
Nov 5, 2019 - Python
-
Updated
Feb 20, 2020 - Python
-
Updated
Aug 19, 2020 - Python
-
Updated
Aug 19, 2020 - Java
-
Updated
May 31, 2020 - Python
-
Updated
Feb 29, 2020 - JavaScript
-
Updated
Aug 18, 2020 - Python
We have launched our website: www.asreview.nl
It would be good to add a link in the readme.
Perfect First Time contribution :-)
-
Updated
Sep 26, 2019 - Python
-
Updated
Jun 30, 2019 - Python
-
Updated
Jul 21, 2020 - C#
-
Updated
Mar 24, 2020 - HTML
-
Updated
Jun 30, 2020 - TypeScript
-
Updated
Jan 20, 2020 - Python
-
Updated
Dec 31, 2019 - Jupyter Notebook
-
Updated
Aug 18, 2020 - Python
-
Updated
Dec 10, 2019 - Python
-
Updated
Aug 4, 2020 - Python
-
Updated
Aug 12, 2020 - Python
-
Updated
Mar 30, 2020 - Jupyter Notebook
-
Updated
Jun 24, 2020 - Jupyter Notebook
-
Updated
Mar 25, 2020 - JavaScript
-
Updated
Jul 3, 2020 - Python
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