Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

density_weighted_uncertainty_sampling #72

Merged
merged 4 commits into from
Dec 29, 2016
Merged

density_weighted_uncertainty_sampling #72

merged 4 commits into from
Dec 29, 2016

Conversation

yangarbiter
Copy link
Collaborator

@yangarbiter yangarbiter commented Dec 19, 2016

This active learner requires predict_proba not predict_real for libact.models.

I personally favor interface like scikit-learn, instead of dividing them to Model, ContinuousModel, ProbabilisticModel.

Discussion for interface needed.

@hsuantien @iamyuanchung

@codecov-io
Copy link

codecov-io commented Dec 19, 2016

Current coverage is 86.53% (diff: 98.71%)

Merging #72 into master will increase coverage by 1.58%

@@             master        #72   diff @@
==========================================
  Files            20         21     +1   
  Lines           598        676    +78   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            508        585    +77   
- Misses           90         91     +1   
  Partials          0          0          

Powered by Codecov. Last update c40302e...f265f7f

@iamyuanchung
Copy link
Collaborator

I personally think that we should better follow the design philosophy of sklearn, as most of the users are expected to be already familiar with it.

@yangarbiter yangarbiter merged commit 2ef52ba into master Dec 29, 2016
@yangarbiter yangarbiter deleted the DWUS branch December 29, 2016 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants