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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
the-deep
/
deep-experiments
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
0
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Multi-task learning
- #7
#7
Open
okyksl
wants to merge 61 commits into
main
the-deep/deep-experiments:main
from
1D-matrix
the-deep/deep-experiments:1D-matrix
Copy head branch name to clipboard
Conversation
Commits
61
(61)
Checks
Files changed
Open
Multi-task learning
#7
okyksl
wants to merge 61 commits into
main
the-deep/deep-experiments:main
from
1D-matrix
the-deep/deep-experiments:1D-matrix
Copy head branch name to clipboard
Commits
Commits on Dec 3, 2021
feat(mlflow): artifact logging
Show description for 4e62012
okyksl
committed
4e62012
View commit details
Copy full SHA for 4e62012
Browse repository at this point
feat(data): add maximum tokenizer length as an option
Show description for 9bf8cd6
okyksl
committed
9bf8cd6
View commit details
Copy full SHA for 9bf8cd6
Browse repository at this point
feat(data): add inference option
okyksl
committed
97730a6
View commit details
Copy full SHA for 97730a6
Browse repository at this point
feat(modeling): use a dynamically provided threshold for groups
okyksl
committed
1a54e3e
View commit details
Copy full SHA for 1a54e3e
Browse repository at this point
feat(mlflow): add mlflow prediction wrapper
Show description for b251fa8
okyksl
committed
b251fa8
View commit details
Copy full SHA for b251fa8
Browse repository at this point
feat(mlflow): add artifact for inference params
Show description for 47adf42
okyksl
committed
47adf42
View commit details
Copy full SHA for 47adf42
Browse repository at this point
fix(mlflow): use sigmoid on raw network scores
okyksl
committed
cceab6a
View commit details
Copy full SHA for cceab6a
Browse repository at this point
fix(mlflow): rename mlflow.py to infer.py
Show description for 83f31ef
okyksl
committed
83f31ef
View commit details
Copy full SHA for 83f31ef
Browse repository at this point
fix(data): prepare targets and groups
okyksl
committed
81c0c32
View commit details
Copy full SHA for 81c0c32
Browse repository at this point
fix(data): provide targets in non-inference mode
okyksl
committed
4bf767c
View commit details
Copy full SHA for 4bf767c
Browse repository at this point
docs(mlflow): add additional considerations to MLFlow deployment
okyksl
committed
29af38c
View commit details
Copy full SHA for 29af38c
Browse repository at this point
fix(data): add token types only if it is supported
okyksl
committed
9f339ac
View commit details
Copy full SHA for 9f339ac
Browse repository at this point
feat(mlflow): add deployment option
okyksl
committed
dff1e5f
View commit details
Copy full SHA for dff1e5f
Browse repository at this point
chore(): delete TODO file
okyksl
committed
fa86267
View commit details
Copy full SHA for fa86267
Browse repository at this point
refactor(mlflow): use 'predictions' instead of 'logits'
okyksl
committed
44fe9d8
View commit details
Copy full SHA for 44fe9d8
Browse repository at this point
fix(mlflow): use artifact uri in logging model
Show description for 71a2c63
okyksl
committed
71a2c63
View commit details
Copy full SHA for 71a2c63
Browse repository at this point
fix(mlflow): use proper artifact and code paths
okyksl
committed
11d23ec
View commit details
Copy full SHA for 11d23ec
Browse repository at this point
refactor(mlflow): log label artifacts with the model
okyksl
committed
287a9be
View commit details
Copy full SHA for 287a9be
Browse repository at this point
feat(data): preprocessing for offline testing format
okyksl
committed
8187edd
View commit details
Copy full SHA for 8187edd
Browse repository at this point
feat(sagemaker): add inference job using MLFlow 'log_model'
okyksl
committed
816d6dc
View commit details
Copy full SHA for 816d6dc
Browse repository at this point
feat(runner): reload best model in training
okyksl
committed
85123b0
View commit details
Copy full SHA for 85123b0
Browse repository at this point
feat(mlflow): add tokenizer options as arguments to mlflow
okyksl
committed
3372819
View commit details
Copy full SHA for 3372819
Browse repository at this point
fix(mlflow): access artifacts in the pyfunc context object
Show description for f4d6c1e
okyksl
committed
f4d6c1e
View commit details
Copy full SHA for f4d6c1e
Browse repository at this point
refactor(data): update filtering info message
okyksl
committed
bf39d2e
View commit details
Copy full SHA for bf39d2e
Browse repository at this point
refactor(data): make 'tokenizer_max_len' optional
Show description for 4f6a050
okyksl
committed
4f6a050
View commit details
Copy full SHA for 4f6a050
Browse repository at this point
fix(data): use source length to return dataset length
okyksl
committed
7044ca9
View commit details
Copy full SHA for 7044ca9
Browse repository at this point
fix(data): drop empty rows in preprocessing
okyksl
committed
fae90ac
View commit details
Copy full SHA for fae90ac
Browse repository at this point
fix(mlflow): cast predictions and probabilities to string
okyksl
committed
832492a
View commit details
Copy full SHA for 832492a
Browse repository at this point
fix(sagemaker): use fixed 'source' field by renaming prior to job execution
okyksl
committed
e1e7d1b
View commit details
Copy full SHA for e1e7d1b
Browse repository at this point
chore(params): fix 'epoch' hyperparameter
okyksl
committed
c215e38
View commit details
Copy full SHA for c215e38
Browse repository at this point
fix(data): apply literal_eval for filtering
okyksl
committed
7f58e71
View commit details
Copy full SHA for 7f58e71
Browse repository at this point
feat(modeling): add focal loss-star
okyksl
committed
0490d45
View commit details
Copy full SHA for 0490d45
Browse repository at this point
fix(mlflow): upload full code path
okyksl
committed
fc03a59
View commit details
Copy full SHA for fc03a59
Browse repository at this point
fix(mlflow): add deployment dependencies
okyksl
committed
cf99e32
View commit details
Copy full SHA for cf99e32
Browse repository at this point
feat(data): compute target statistics
okyksl
committed
a29e13d
View commit details
Copy full SHA for a29e13d
Browse repository at this point
feat(data): support pickle, csv and excel dataframes
okyksl
committed
76f2ba2
View commit details
Copy full SHA for 76f2ba2
Browse repository at this point
feat(modeling): add inverse loss weighting
Show description for d5b35f2
okyksl
committed
d5b35f2
View commit details
Copy full SHA for d5b35f2
Browse repository at this point
feat(data): support `sectors` as a 1-head classification task
okyksl
committed
99a3b9b
View commit details
Copy full SHA for 99a3b9b
Browse repository at this point
docs(modeling): add documentation to multi task transformer
okyksl
committed
d7286f4
View commit details
Copy full SHA for d7286f4
Browse repository at this point
fix(modeling): return zero if coarse group is predicted as negative
Show description for 44c9634
okyksl
committed
44c9634
View commit details
Copy full SHA for 44c9634
Browse repository at this point
feat(modeling): add inverse loss weighting
Show description for eb36bdc
okyksl
committed
eb36bdc
View commit details
Copy full SHA for eb36bdc
Browse repository at this point
feat(mlflow): update model output format
Show description for 51b0bb5
okyksl
committed
51b0bb5
View commit details
Copy full SHA for 51b0bb5
Browse repository at this point
refactor(data): modularize dataset into text and target datasets
Show description for 0cbfd3c
okyksl
committed
0cbfd3c
View commit details
Copy full SHA for 0cbfd3c
Browse repository at this point
feat(data): support multi-task learning
Show description for 23f0991
okyksl
committed
23f0991
View commit details
Copy full SHA for 23f0991
Browse repository at this point
refactor(modeling): refactor and document modeling
okyksl
committed
dcbf81e
View commit details
Copy full SHA for dcbf81e
Browse repository at this point
fix(eval): test on all samples
okyksl
committed
24f3cd5
View commit details
Copy full SHA for 24f3cd5
Browse repository at this point
fix(modeling): do not explicitly pass num_heads to models
okyksl
committed
3e95ce9
View commit details
Copy full SHA for 3e95ce9
Browse repository at this point
feat(sagemaker): use new data version
okyksl
committed
6a62c6d
View commit details
Copy full SHA for 6a62c6d
Browse repository at this point
Commits on Dec 5, 2021
feat(data): use new virtual analysis framework
okyksl
committed
a1e1426
View commit details
Copy full SHA for a1e1426
Browse repository at this point
feat(dataset): have an option to exclude unwanted target labels
okyksl
committed
37c7c67
View commit details
Copy full SHA for 37c7c67
Browse repository at this point
fix(modeling): initialize module list correctly
okyksl
committed
46354e2
View commit details
Copy full SHA for 46354e2
Browse repository at this point
feat(runner): exclude "NOT_MAPPED" targets
okyksl
committed
ee3e89b
View commit details
Copy full SHA for ee3e89b
Browse repository at this point
fix(runner): handle multi-task targets correctly
okyksl
committed
0d8c1b1
View commit details
Copy full SHA for 0d8c1b1
Browse repository at this point
refactor(data): better error messages when groups and group_names are not in same length
okyksl
committed
8eb627b
View commit details
Copy full SHA for 8eb627b
Browse repository at this point
Commits on Dec 15, 2021
fix(data): compute stats for multi-head dataset
Show description for 0b6b1d7
okyksl
committed
0b6b1d7
View commit details
Copy full SHA for 0b6b1d7
Browse repository at this point
refactor(modeling): rename MultiTargetHead to MultiTargetTransformer
okyksl
committed
90f4369
View commit details
Copy full SHA for 90f4369
Browse repository at this point
feat(data): add iterative option for labels
okyksl
committed
6e9c7f8
View commit details
Copy full SHA for 6e9c7f8
Browse repository at this point
feat(eval): add multihead metrics
okyksl
committed
84a8fde
View commit details
Copy full SHA for 84a8fde
Browse repository at this point
fix(modeling): work in iterative settings
okyksl
committed
3f50ca7
View commit details
Copy full SHA for 3f50ca7
Browse repository at this point
feat(trainer): multi-task trainer
okyksl
committed
32a5d7f
View commit details
Copy full SHA for 32a5d7f
Browse repository at this point
Commits on Dec 16, 2021
fix(runner): fix evaluation and training logic for multi-task learning
okyksl
committed
5c53dd7
View commit details
Copy full SHA for 5c53dd7
Browse repository at this point
You can’t perform that action at this time.