Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Leipzig Machine Learning Group
conML
python
Commits
d5fc7b6c269dfa0659d75cfccb90728d84816ccc
Select Git revision
Branches
5
logging
master
default
protected
update-readme
publish-docs-to-readthedocs
add-autodeployment-to-pypi
5 results
python
cml
Author
Search by author
Any Author
authors
Thomas Schmid
schmid
1 author
Nov 17, 2019
Refactor logging mechanism and PandasBlock.
· d5fc7b6c
dmt
authored
5 years ago
d5fc7b6c
Nov 14, 2019
Refactor construction, reconstruction, complexity reduction.
· 5edf71b8
dmt
authored
5 years ago
5edf71b8
Change order of attributes.
· 0748931e
dmt
authored
5 years ago
0748931e
Fix bug in finding the complete relationship between models.
· f939da21
dmt
authored
5 years ago
f939da21
Fix bugs in complete deconstruction.
· 29070b83
dmt
authored
5 years ago
29070b83
Satisfy pylint complaints.
· 9b40f09a
dmt
authored
5 years ago
9b40f09a
Assert data type of parallel argument.
· a470f301
dmt
authored
5 years ago
a470f301
Begin refactoring of PandasBlock class.
· 0f011e62
dmt
authored
5 years ago
0f011e62
Nov 12, 2019
Move Knowledge class to separate module.
· 080e7739
dmt
authored
5 years ago
080e7739
Parallelize construction and reconstruction.
· d73084d0
dmt
authored
5 years ago
d73084d0
Add TODO for dmt.
· 0fd5c606
dmt
authored
5 years ago
0fd5c606
Get overlapping data samples through joins.
· 77e00eb7
dmt
authored
5 years ago
77e00eb7
Define error if unbalanced modi types are specified.
· 7c2a71c3
dmt
authored
5 years ago
7c2a71c3
Extend DeconstructionRequest and KnowledgeSearchRequest.
· 63d554e4
dmt
authored
5 years ago
63d554e4
Refactor command module.
· 1aae1065
dmt
authored
5 years ago
1aae1065
Run knowledge search in parallel if needed.
· 673f4e77
dmt
authored
5 years ago
673f4e77
Load default settings during module import.
· 4d1fdc07
dmt
authored
5 years ago
4d1fdc07
Clean api endpoints.
· 695ad5da
dmt
authored
5 years ago
695ad5da
Nov 05, 2019
Fix bugs in time/sigma and sigma/zeta deconstructions.
· c8e46f2b
dmt
authored
5 years ago
c8e46f2b
Let the user specify the abbreviation for machine learning models.
· ac5c8316
dmt
authored
5 years ago
ac5c8316
Nov 03, 2019
Clean up reconstruction step.
· 6bdff57d
dmt
authored
5 years ago
6bdff57d
Save pragmatic model only if all 4 deconstruction strategies failed.
· 6e926426
dmt
authored
5 years ago
6e926426
Add highest_tier to settings.ini file.
· f6ef482a
dmt
authored
5 years ago
f6ef482a
Assign an id starting from 1 on every tier.
· 2bc656f5
dmt
authored
5 years ago
2bc656f5
Use deque insated a queue for processing on the highter tiers.
· dd250778
dmt
authored
5 years ago
dd250778
Set max tier as a parameter, that can be changed by the user.
· c1157b27
dmt
authored
5 years ago
c1157b27
Oct 29, 2019
Specify default settings parameter.
· 2fc39b5a
dmt
authored
5 years ago
2fc39b5a
Log iteration steps.
· 7f7a71f1
dmt
authored
5 years ago
7f7a71f1
Oct 28, 2019
Add toyset with repetitive timestamps.
· 04bb67c8
dmt
authored
5 years ago
04bb67c8
Refactor construction process.
· bf405796
dmt
authored
5 years ago
bf405796
Refactor data source.
· 9bb65612
dmt
authored
5 years ago
9bb65612
Refactor deconstruction.
· 5f9d463b
dmt
authored
5 years ago
5f9d463b
Refactor reconstruction.
· 3d80516c
dmt
authored
5 years ago
3d80516c
Extend methods with features needed by deconstruction.
· 4cd2e12d
dmt
authored
5 years ago
4cd2e12d
Suppress warnings called by sklearn.
· 0ac64a77
dmt
authored
5 years ago
0ac64a77
Call Datasource with just the block processing settings.
· f3d6c66a
dmt
authored
5 years ago
f3d6c66a
Throw NotReducableLearnblockWarning.
· b67e96d5
dmt
authored
5 years ago
b67e96d5
Log more iteration info.
· faab42c5
dmt
authored
5 years ago
faab42c5
Demand that DeconstructionRequest is called with source adapter.
· 65e2e50a
dmt
authored
5 years ago
65e2e50a
Check user input for StackIteration param.
· 1e715893
dmt
authored
5 years ago
1e715893
Loading