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
12c7a21a0d6ebacd5c9c3ee35c0cb5239c197dbb
Select Git revision
Branches
5
logging
master
default
protected
update-readme
publish-docs-to-readthedocs
add-autodeployment-to-pypi
5 results
python
cml
domain
Author
Search by author
Any Author
authors
Thomas Schmid
schmid
1 author
Nov 26, 2019
Fix bugs.
· 12c7a21a
dmt
authored
5 years ago
12c7a21a
Nov 19, 2019
Refactor construction_parallel model.
· 89aadf11
dmt
authored
5 years ago
89aadf11
Test construction with different clustering algorithms.
· a597b293
dmt
authored
5 years ago
a597b293
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
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
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
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
Oct 29, 2019
Log iteration steps.
· 7f7a71f1
dmt
authored
5 years ago
7f7a71f1
Oct 28, 2019
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
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
Oct 24, 2019
Fix typo.
· c9c283dc
dmt
authored
5 years ago
c9c283dc
Define temporary methods to extract blocks, time_sigma_relatives and estimate density.
· 13c036ee
dmt
authored
5 years ago
13c036ee
Add empty line.
· 312493e0
dmt
authored
5 years ago
312493e0
Initialize pragmatic machine learning models with meta information.
· a774bc10
dmt
authored
5 years ago
a774bc10
Mode meta information of model to separate dataclass.
· 0b14346b
dmt
authored
5 years ago
0b14346b
Implement parts of deconstruction process.
· 56fda637
dmt
authored
5 years ago
56fda637
Add the purpose to successfully constructed learnblock.
· 68391a29
dmt
authored
5 years ago
68391a29
Oct 20, 2019
Yield only learnblocks and not None.
· 74d0c1ff
dmt
authored
5 years ago
74d0c1ff
Implement reconstruction mechanism.
· 7e8c23df
dmt
authored
5 years ago
7e8c23df
Construct only unlabeled learnblocks.
· bef24bd4
dmt
authored
5 years ago
bef24bd4
Oct 18, 2019
Log datablock processing.
· ec941e90
dmt
authored
5 years ago
ec941e90
Add logger attribute to reconstructor.
· 2aec893e
dmt
authored
5 years ago
2aec893e
Log the construction result.
· a0eab2f7
dmt
authored
5 years ago
a0eab2f7
Heave complexity reduction onto package level.
· bc7521aa
dmt
authored
5 years ago
bc7521aa
Implement the feature selection domain.
· 18d252bc
dmt
authored
5 years ago
18d252bc
Loading