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
Type
/
to 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 }}
micyril
/
mlpack
Public
forked from
mlpack/mlpack
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
2
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Add a hyper-parameter tuning module
- #2
#2
Open
micyril
wants to merge 27 commits into
simple_cv
micyril/mlpack:simple_cv
from
hpt
micyril/mlpack:hpt
Copy head branch name to clipboard
Conversation
Commits
27
(27)
Checks
Files changed
Open
Add a hyper-parameter tuning module
#2
micyril
wants to merge 27 commits into
simple_cv
micyril/mlpack:simple_cv
from
hpt
micyril/mlpack:hpt
Copy head branch name to clipboard
Commits
Commits on Jul 26, 2017
Add a cross-validation wrapper for optimizers
micyril
committed
7c393ff
View commit details
Copy full SHA for 7c393ff
Browse repository at this point
Add grid-search optimization
micyril
committed
f2d11fc
View commit details
Copy full SHA for f2d11fc
Browse repository at this point
Add hyper-parameter tuning
micyril
committed
15e35b4
View commit details
Copy full SHA for 15e35b4
Browse repository at this point
Add support for metrics that should be maximized
micyril
committed
fa78d07
View commit details
Copy full SHA for fa78d07
Browse repository at this point
Commits on Jul 27, 2017
Add interface for accessing the best model
micyril
committed
42d16ee
View commit details
Copy full SHA for 42d16ee
Browse repository at this point
Fix lambda sets initialization
micyril
committed
33a1120
View commit details
Copy full SHA for 33a1120
Browse repository at this point
Commits on Aug 7, 2017
Fix misspellings
micyril
committed
dd1db7c
View commit details
Copy full SHA for dd1db7c
Browse repository at this point
Fix CVFunctionTest
micyril
committed
92d75a1
View commit details
Copy full SHA for 92d75a1
Browse repository at this point
Fix style
micyril
committed
0b7690c
View commit details
Copy full SHA for 0b7690c
Browse repository at this point
Commits on Aug 9, 2017
Extend documentation
micyril
committed
5eb3dc7
View commit details
Copy full SHA for 5eb3dc7
Browse repository at this point
Fix typo
micyril
committed
56c2ff1
View commit details
Copy full SHA for 56c2ff1
Browse repository at this point
Commits on Aug 10, 2017
Make optimal lambdas in the "middle" of the space
micyril
committed
c6f897f
View commit details
Copy full SHA for c6f897f
Browse repository at this point
Add passing MLAlgorithm type to CVFunction
micyril
committed
54ac867
View commit details
Copy full SHA for 54ac867
Browse repository at this point
Add braces around multiline statement
micyril
committed
46e8c25
View commit details
Copy full SHA for 46e8c25
Browse repository at this point
Use more verbose names for BAIndex and PIndex
micyril
committed
7b9604c
View commit details
Copy full SHA for 7b9604c
Browse repository at this point
Use the word "fixed" for "bound"
micyril
committed
cce56f5
View commit details
Copy full SHA for cce56f5
Browse repository at this point
Commits on Aug 11, 2017
Revert "Make optimal lambdas in the "middle" of the space"
Show description for 85060c8
micyril
committed
85060c8
View commit details
Copy full SHA for 85060c8
Browse repository at this point
Commits on Aug 14, 2017
Refactor GridSearch to use DatasetMapper
micyril
committed
6744351
View commit details
Copy full SHA for 6744351
Browse repository at this point
Use the new GridSearch interface in the HPT module
micyril
committed
9486986
View commit details
Copy full SHA for 9486986
Browse repository at this point
Add separate comments
micyril
committed
fc53e01
View commit details
Copy full SHA for fc53e01
Browse repository at this point
Commits on Aug 18, 2017
Add gradient evaluation to CVFunction
micyril
committed
6f65136
View commit details
Copy full SHA for 6f65136
Browse repository at this point
Commits on Aug 19, 2017
Add support for GradientDescent in the HPT module
micyril
committed
5a6df55
View commit details
Copy full SHA for 5a6df55
Browse repository at this point
Refactor template conditions for InitAndOptimize
micyril
committed
fd172d9
View commit details
Copy full SHA for fd172d9
Browse repository at this point
Add assertion for argument types of Optimize
Show description for fd95da5
micyril
committed
fd95da5
View commit details
Copy full SHA for fd95da5
Browse repository at this point
Add assertion that input collections aren't empty
micyril
committed
7de610e
View commit details
Copy full SHA for 7de610e
Browse repository at this point
Commits on Aug 25, 2017
Add const getters in HyperParameterTuner
micyril
committed
ab46e58
View commit details
Copy full SHA for ab46e58
Browse repository at this point
Make CVFunction cache computations for gradient
micyril
committed
5ac45dd
View commit details
Copy full SHA for 5ac45dd
Browse repository at this point
You can’t perform that action at this time.