Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
dice-group
/
Ontolearn
Public
Notifications
You must be signed in to change notification settings
Fork
11
Star
55
Code
Issues
14
Pull requests
1
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
develop
User selector
All users
Datepicker
All time
Commit History
Commits on Oct 27, 2025
Merge pull request #549 from CronosC/tdl_minor_fixes
Show description for f903dcb
Demirrr
authored
f903dcb
Copy full SHA for f903dcb
Merge pull request #551 from dice-group/FixIssue550
Show description for c3699dd
Demirrr
authored
c3699dd
Copy full SHA for c3699dd
Commits on Oct 24, 2025
Few comments added for clarity
Louis-Mozart
committed
9833fd4
Copy full SHA for 9833fd4
Remove the return inside the loop
Louis-Mozart
committed
4b97bbc
Copy full SHA for 4b97bbc
Commits on Oct 23, 2025
updated check for nominal expression
alkidbaci
committed
3b362de
Copy full SHA for 3b362de
Commits on Oct 22, 2025
TDL: changed standart value for use_nominals to True. This is done to preserve previous behavior as much as possible, when it always included nominals.
cwork
committed
16b0d78
Copy full SHA for 16b0d78
added missing imports for contains_nominals helper function
cwork
committed
2e894fe
Copy full SHA for 2e894fe
TDL: added kwargs_grid_search parameter, which is passed to the GridSearchCV class. Gives the user more freedom in setting up the GridSearch. For cv, which was manually set before the standart valu…
Show description for fa09f8b
cwork
committed
fa09f8b
Copy full SHA for fa09f8b
TDL: Added helper function to check if a OWLExpression contains a nominal, used it in the feature construction of the TDL learner to exclude nominal containing expressions in the case that use_nomi…
Show description for 3497c8d
cwork
committed
3497c8d
Copy full SHA for 3497c8d
Added guard to the TDL class if both grid_search_over and grid_search_apply are given as parameters. Previously no grid search was done in that case, which is unintuitive. Now a grid search is done…
Show description for 51fd626
cwork
committed
51fd626
Copy full SHA for 51fd626
Commits on Oct 21, 2025
Merge pull request #544 from dice-group/general-fixes
Show description for 0193a73
Demirrr
authored
0193a73
Copy full SHA for 0193a73
Updated TDL examples
alkidbaci
committed
cf12118
Copy full SHA for cf12118
Commits on Oct 15, 2025
Updated docs
alkidbaci
committed
971f3b4
Copy full SHA for 971f3b4
updated example
alkidbaci
committed
1b233d6
Copy full SHA for 1b233d6
Commits on Oct 14, 2025
Content polishing
alkidbaci
committed
e6aa95e
Copy full SHA for e6aa95e
Merge remote-tracking branch 'origin/develop' into general-fixes
alkidbaci
committed
a8c3db2
Copy full SHA for a8c3db2
Commits on Oct 6, 2025
Merge pull request #541 from dice-group/feature/529-add-reference-tdl
Show description for 0433309
alkidbaci
authored
0433309
Copy full SHA for 0433309
add TDL ECML 2025 paper reference to README
moreshud
committed
d43574a
Copy full SHA for d43574a
Commits on Sep 29, 2025
added arg for limiting examples number
alkidbaci
committed
9b158bf
Copy full SHA for 9b158bf
Commits on Sep 23, 2025
Merge pull request #540 from dice-group/drill-on-gpu
Show description for e809e48
alkidbaci
authored
e809e48
Copy full SHA for e809e48
Fix cuda error due to wrong tensor initialization with cuda
Jean-KOUAGOU
committed
fb5de5e
Copy full SHA for fb5de5e
Commits on Sep 22, 2025
Torch operates on cuda if available
alkidbaci
committed
4b49905
Copy full SHA for 4b49905
Commits on Sep 18, 2025
Merge pull request #539 from dice-group/jean_extend_web_ui
Show description for 74c1785
alkidbaci
authored
74c1785
Copy full SHA for 74c1785
Merge pull request #538 from dice-group/triple-store-improvements
Show description for b2573b2
alkidbaci
authored
b2573b2
Copy full SHA for b2573b2
Merge pull request #537 from dice-group/bug-fixing
Show description for 12d3342
alkidbaci
authored
12d3342
Copy full SHA for 12d3342
Remove unused imports
Jean-KOUAGOU
committed
cf7d41d
Copy full SHA for cf7d41d
Use read_csv in Drill instead of pd.read_csv to fix unexpected errors for csv files containing '<' and '>' in indices
Jean-KOUAGOU
committed
ab04753
Copy full SHA for ab04753
Commits on Sep 15, 2025
Merge remote-tracking branch 'origin/bug-fixing' into jean_extend_web_ui
Jean-KOUAGOU
committed
490b8a6
Copy full SHA for 490b8a6
Commits on Sep 11, 2025
Merge remote-tracking branch 'origin/triple-store-improvements' into jean_extend_web_ui
Jean-KOUAGOU
committed
de86eeb
Copy full SHA for de86eeb
fixed typo
alkidbaci
committed
46ce3ca
Copy full SHA for 46ce3ca
Fixed issues
alkidbaci
committed
47f243e
Copy full SHA for 47f243e
Merge remote-tracking branch 'origin/triple-store-improvements' into jean_extend_web_ui
Jean-KOUAGOU
committed
c941b5b
Copy full SHA for c941b5b
removed unnecessary filters
alkidbaci
committed
bd9116c
Copy full SHA for bd9116c
Merge remote-tracking branch 'origin/triple-store-improvements' into jean_extend_web_ui
Jean-KOUAGOU
committed
b09d117
Copy full SHA for b09d117
implicit_individuals default to True
alkidbaci
committed
d6a789a
Copy full SHA for d6a789a
Pagination
Previous
Next
You can’t perform that action at this time.