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
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 }}
kVeyra
/
sklearn-java
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
4
Code
Issues
11
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Actions: kVeyra/sklearn-java
Actions
All workflows
Workflows
CI
CI
Deploy Javadoc to GitHub Pages
Deploy Javadoc to GitHub Pages
Show more workflows...
Management
Caches
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
37 workflow runs
37 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
Add fatJar + moduleJars + releaseZip tasks for release artifact builds
Deploy Javadoc to GitHub Pages
#2:
Commit
7a0a952
pushed by
kundanjan
51s
main
main
51s
View workflow file
Add fatJar + moduleJars + releaseZip tasks for release artifact builds
CI
#35:
Commit
7a0a952
pushed by
kundanjan
47s
main
main
47s
View workflow file
Add fatJar + moduleJars + releaseZip tasks for release artifact builds
CI
#34:
Commit
80b4cfb
pushed by
kundanjan
32s
develop
develop
32s
View workflow file
Merge release/v0.0.1 into main
Deploy Javadoc to GitHub Pages
#1:
Commit
10da010
pushed by
kundanjan
48s
main
main
48s
View workflow file
Merge release/v0.0.1 into main
CI
#33:
Commit
10da010
pushed by
kundanjan
52s
main
main
52s
View workflow file
Phase B4/B5 round 2: +17 new classes, tests, 3 new submodules (#29)
CI
#32:
Commit
630d606
pushed by
kundanjan
45s
develop
develop
45s
View workflow file
Phase B4/B5 round 2: +17 new classes, tests, 3 new submodules
CI
#31:
Pull request
#29
opened by
kundanjan
52s
feature/phase-b4-b5-round2
feature/phase-b4-b5-round2
52s
View #29
View workflow file
Phase B4/B5: +17 classes across 9 modules (#19)
CI
#30:
Commit
54d7e67
pushed by
kundanjan
54s
develop
develop
54s
View workflow file
Phase B4/B5: +17 classes across 9 modules
CI
#29:
Pull request
#19
opened by
kundanjan
55s
feature/phase-b4-b5-round1
feature/phase-b4-b5-round1
55s
View #19
View workflow file
Update README, remove api JSON
CI
#28:
Commit
d8a3929
pushed by
kundanjan
48s
develop
develop
48s
View workflow file
Phase B4 batch: RidgeClassifier/CV, Dummy*, LinearSVC, FScoring, Sele…
CI
#27:
Commit
96084cb
pushed by
kundanjan
50s
develop
develop
50s
View workflow file
Phase A5 tests + checkstyle fixes + build.gradle dependency
CI
#26:
Commit
9169145
pushed by
kundanjan
1m 11s
develop
develop
1m 11s
View workflow file
Phase A3-A5: linear models, naive bayes, neighbors, neural network, f…
CI
#25:
Commit
63c0fbc
pushed by
kundanjan
1m 14s
develop
develop
1m 14s
View workflow file
chore: enable Discussions, add Codecov/Javadoc workflows, create good…
CI
#24:
Commit
5dbbdd5
pushed by
kundanjan
1m 11s
develop
develop
1m 11s
View workflow file
feat: Phase A2 ensemble + Phase A1 metrics/model selection
CI
#23:
Commit
0f583b8
pushed by
kundanjan
1m 39s
develop
develop
1m 39s
View workflow file
feat(preprocessing): add 7 new transformers (#12)
CI
#22:
Commit
2d73ed8
pushed by
kundanjan
1m 37s
develop
develop
1m 37s
View workflow file
Preprocessing round 2: 7 new transformers
CI
#21:
Pull request
#12
opened by
kundanjan
1m 30s
feature/preprocessing-round2
feature/preprocessing-round2
1m 30s
View #12
View workflow file
feat(ensemble): add AdaBoost, ExtraTrees, and random split support (#11)
CI
#20:
Commit
74aaa5d
pushed by
kundanjan
1m 43s
develop
develop
1m 43s
View workflow file
Ensemble round 2: AdaBoost, ExtraTrees, random split support
CI
#19:
Pull request
#11
opened by
kundanjan
1m 34s
feature/ensemble-round2
feature/ensemble-round2
1m 34s
View #11
View workflow file
feat(svm): implement SVC and SVR with SMO solver (#10)
CI
#18:
Commit
2f1b061
pushed by
kundanjan
1m 33s
develop
develop
1m 33s
View workflow file
feat(svm): implement SVC and SVR with SMO solver
CI
#17:
Pull request
#10
opened by
kundanjan
1m 28s
feature/svm
feature/svm
1m 28s
View #10
View workflow file
Add metrics, model_selection, naive_bayes, neighbors, feature_selecti…
CI
#16:
Commit
7985225
pushed by
kundanjan
1m 30s
develop
develop
1m 30s
View workflow file
Add metrics, model_selection, naive_bayes, neighbors, feature_selection modules
CI
#15:
Pull request
#9
opened by
kundanjan
1m 42s
feature/metrics-split-nb-knn
feature/metrics-split-nb-knn
1m 42s
View #9
View workflow file
feat(cluster): implement KMeans and DBSCAN clustering (#8)
CI
#14:
Commit
b848da9
pushed by
kundanjan
1m 19s
develop
develop
1m 19s
View workflow file
Phase 5: Clustering (KMeans, DBSCAN)
CI
#13:
Pull request
#8
opened by
kundanjan
1m 12s
feature/clustering
feature/clustering
1m 12s
View #8
View workflow file
Previous
1
2
Next
You can’t perform that action at this time.