Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
modAL-python
/
modAL
Public
Notifications
You must be signed in to change notification settings
Fork
324
Star
2.4k
Code
Issues
94
Pull requests
14
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
modAL
modAL
models
on
dev
User selector
All users
All time
Commit history
Commits on Dec 19, 2021
fix: BaseLearner query method return_metrics keyword argument moved after catching the arguments
cosmic-cortex
committed
37ac68b
View commit details
Copy full SHA for 37ac68b
View code at this point
Browse repository at this point
Commits on Oct 21, 2021
Organize imports & catch all exceptions in querys
Max Keller
committed
855be41
View commit details
Copy full SHA for 855be41
View code at this point
Browse repository at this point
Commits on Oct 9, 2021
Remove DeepCommittee
Max Keller
committed
ff8356b
View commit details
Copy full SHA for ff8356b
View code at this point
Browse repository at this point
Commits on Oct 8, 2021
Merge branch 'master' of github.com:s0tt/modAL
Max Keller
committed
4c8ad5d
View commit details
Copy full SHA for 4c8ad5d
View code at this point
Browse repository at this point
Fix test & adapt documentation
Max Keller
committed
939c7c4
View commit details
Copy full SHA for 939c7c4
View code at this point
Browse repository at this point
Commits on Sep 18, 2021
Remove abstract teach (BaseCommitte) & Fix test
maxkeller321
committed
612a9ed
View commit details
Copy full SHA for 612a9ed
View code at this point
Browse repository at this point
Commits on Aug 25, 2021
Change return_metric warning location & put abstract teach back
Max Keller
committed
eb63dc0
View commit details
Copy full SHA for eb63dc0
View code at this point
Browse repository at this point
Add pyTorch mc_dropout example
Max Keller
committed
e5218f5
View commit details
Copy full SHA for e5218f5
View code at this point
Browse repository at this point
Commits on Aug 22, 2021
Add DeepActiveLearner tests & fix ValueError
Max Keller
committed
0a2d24a
View commit details
Copy full SHA for 0a2d24a
View code at this point
Browse repository at this point
Commits on Aug 8, 2021
Add PR-adaptions & Do refactoring
Max Keller
committed
fd4506d
View commit details
Copy full SHA for fd4506d
View code at this point
Browse repository at this point
Commits on May 4, 2021
Put score back into base class (Accounting for arbitrary deep learning models is not possible)
maxkeller321
committed
26585e1
View commit details
Copy full SHA for 26585e1
View code at this point
Browse repository at this point
Commits on Mar 8, 2021
Batch size setter and getter
maxkeller321
committed
4614d92
View commit details
Copy full SHA for 4614d92
View code at this point
Browse repository at this point
Number of epochs setter and getter support
maxkeller321
committed
cbee563
View commit details
Copy full SHA for cbee563
View code at this point
Browse repository at this point
Commits on Feb 22, 2021
Add abstract methods for
Show description for 87e4ec9
s0tt
committed
87e4ec9
View commit details
Copy full SHA for 87e4ec9
View code at this point
Browse repository at this point
Warm start adaption
maxkeller321
committed
03e79db
View commit details
Copy full SHA for 03e79db
View code at this point
Browse repository at this point
Commits on Feb 20, 2021
Bootstrap init removed from base.py leand DeepAktive learner
maxkeller321
committed
33b33e5
View commit details
Copy full SHA for 33b33e5
View code at this point
Browse repository at this point
Commits on Feb 16, 2021
Updated deep learning code comments
s0tt
committed
881496d
View commit details
Copy full SHA for 881496d
View code at this point
Browse repository at this point
Commits on Feb 2, 2021
Initial teaching problem fix
maxkeller321
committed
23d0eb8
View commit details
Copy full SHA for 23d0eb8
View code at this point
Browse repository at this point
Commits on Jan 31, 2021
small fixes, score does somehow not work anymore
maxkeller321
committed
43e980a
View commit details
Copy full SHA for 43e980a
View code at this point
Browse repository at this point
DeepCommitee adaption
maxkeller321
committed
8d05b57
View commit details
Copy full SHA for 8d05b57
View code at this point
Browse repository at this point
Separate DeepActiveLearner and ActiveLearner, commite adaption still missing
maxkeller321
committed
519d2b1
View commit details
Copy full SHA for 519d2b1
View code at this point
Browse repository at this point
Structure for DeepLearning design decision
s0tt
committed
59dd7f3
View commit details
Copy full SHA for 59dd7f3
View code at this point
Browse repository at this point
Commits on Jan 28, 2021
Metric uppassing
maxkeller321
committed
9849d36
View commit details
Copy full SHA for 9849d36
View code at this point
Browse repository at this point
Commits on Jan 23, 2021
revert change
maxkeller321
committed
169c772
View commit details
Copy full SHA for 169c772
View code at this point
Browse repository at this point
Commits on Jan 18, 2021
score works now with complex NN's but the query part is still problematic
maxkeller321
committed
06b8b82
View commit details
Copy full SHA for 06b8b82
View code at this point
Browse repository at this point
Commits on Jan 17, 2021
With this adaption teaching works now for complex NN's but the scoring does still not work
maxkeller321
committed
3e3d0e9
View commit details
Copy full SHA for 3e3d0e9
View code at this point
Browse repository at this point
Commits on Dec 9, 2020
FIX #108 - no longer storing transformed training data for on_transformed strategies
hristov-at-excentos
committed
47bc726
View commit details
Copy full SHA for 47bc726
View code at this point
Browse repository at this point
Commits on Oct 8, 2020
#104 - added an empty pipe at the end of the transformation pipeline to prevent weird handling of last transformation pipe, which is usually expected to be an estimator
hristov-at-excentos
committed
68f8878
View commit details
Copy full SHA for 68f8878
View code at this point
Browse repository at this point
Commits on Sep 29, 2020
#104 - FIXED: now saving transformed data in fit() of base learner
hristov-at-excentos
committed
942d045
View commit details
Copy full SHA for 942d045
View code at this point
Browse repository at this point
Commits on Sep 28, 2020
#20, #104 - added tests for on_transformed functionality and pandas support; small fixes
hristov-at-excentos
committed
171e2e9
View commit details
Copy full SHA for 171e2e9
View code at this point
Browse repository at this point
Commits on Sep 25, 2020
#104 - added on_transformed support to BaseCommittee
hristov-at-excentos
committed
1ad79fe
View commit details
Copy full SHA for 1ad79fe
View code at this point
Browse repository at this point
Commits on Sep 24, 2020
resolves #20, #104 - added pandas support and option for transforming data in learner
hristov-at-excentos
committed
8e0cb25
View commit details
Copy full SHA for 8e0cb25
View code at this point
Browse repository at this point
Commits on Sep 8, 2020
Now sets classes when fitting committee
Oskar Liew
committed
e5bddad
View commit details
Copy full SHA for e5bddad
View code at this point
Browse repository at this point
Commits on Jul 29, 2020
Updated doc for ActiveLearner
Show description for f62c752
parthe
authored
f62c752
View commit details
Copy full SHA for f62c752
View code at this point
Browse repository at this point
Commits on Nov 25, 2019
correctly updates known classes after teaching estimators
philipjhj
committed
5dda5bf
View commit details
Copy full SHA for 5dda5bf
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.