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
1cbe4158ae0dce55adb10961774a32febffb38c6
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
Oct 20, 2019
Expand knowledge search with reconstruction step.
· 1cbe4158
dmt
authored
5 years ago
1cbe4158
Implement reconstruction mechanism.
· 7e8c23df
dmt
authored
5 years ago
7e8c23df
Insert proper default values for RECONSTRUCTION in settings.ini.
· 4826ea3d
dmt
authored
5 years ago
4826ea3d
Construct only unlabeled learnblocks.
· bef24bd4
dmt
authored
5 years ago
bef24bd4
Initialize recontr. request with either conceptual or procedural models.
· 2fc6a3d7
dmt
authored
5 years ago
2fc6a3d7
Let the user specify the path for training data in the REPL.
· a6a1b1de
dmt
authored
5 years ago
a6a1b1de
Oct 18, 2019
Initialize loggers with handlers during knowledge search.
· 14073811
dmt
authored
5 years ago
14073811
Refactor search knowledge api endpoint.
· 7263d1b6
dmt
authored
5 years ago
7263d1b6
Define helper methods needed in construction and feature selection.
· a7eb5383
dmt
authored
5 years ago
a7eb5383
Log datablock processing.
· ec941e90
dmt
authored
5 years ago
ec941e90
Add MAX_FILTER_Y to feature selection mechanism.
· 2b9e1089
dmt
authored
5 years ago
2b9e1089
Check reconstruction settings input.
· 18a4edbb
dmt
authored
5 years ago
18a4edbb
Add logger attribute to reconstructor.
· 2aec893e
dmt
authored
5 years ago
2aec893e
Rename scikit_adapter to ml_adapter.
· f1adc193
dmt
authored
5 years ago
f1adc193
Log the construction result.
· a0eab2f7
dmt
authored
5 years ago
a0eab2f7
Heave complexity reduction onto package level.
· bc7521aa
dmt
authored
5 years ago
bc7521aa
Define reconstruction api endpoint.
· 749b5013
dmt
authored
5 years ago
749b5013
Implement the feature selection domain.
· 18d252bc
dmt
authored
5 years ago
18d252bc
Define feature selection endpoint.
· 2b0d9ce1
dmt
authored
5 years ago
2b0d9ce1
Depending on user input, instantiate conceptual or procedural constructor.
· 9020f68f
dmt
authored
5 years ago
9020f68f
Add feature_selection to api requests.
· d9f3c1a4
dmt
authored
5 years ago
d9f3c1a4
Import usecases, request and adapters for handling api requests.
· b228d805
dmt
authored
5 years ago
b228d805
Add FEATURE_SELECTION and RECONSTRUCTION settings.
· 571a1642
dmt
authored
5 years ago
571a1642
Create file with logging settings.
· 1e95d372
dmt
authored
5 years ago
1e95d372
Remove index columns.
· 85a4aa0f
dmt
authored
5 years ago
85a4aa0f
Read logging settings during cml import.
· 70d7da5e
dmt
authored
5 years ago
70d7da5e
Oct 10, 2019
Define an abstract class for machine learning models from scikit.
· a683a086
dmt
authored
5 years ago
a683a086
Implement the construction logic for conceptual knowledge finding.
· 582bd4ff
dmt
authored
5 years ago
582bd4ff
Rename 'Reconstruction' to 'Reconstructor'.
· fa36ef69
dmt
authored
5 years ago
fa36ef69
Return the indexes of PandasBlock as tuple.
· 57f094c1
dmt
authored
5 years ago
57f094c1
Get the correct length and not the # columns.
· 6b7ddc7a
dmt
authored
5 years ago
6b7ddc7a
Add relatives attribute to PandasBlock.
· 4e7b7620
dmt
authored
5 years ago
4e7b7620
Implement the sequence protocol in PandasBlock.
· 0289a47a
dmt
authored
5 years ago
0289a47a
Check if the user provided TZ, TSigma or ZSigma relatives.
· 1dbb400d
dmt
authored
5 years ago
1dbb400d
Provide construction api endpoint.
· 88864054
dmt
authored
5 years ago
88864054
Add density estimator and relative extrema finder to preprocessing request.
· 4aada053
dmt
authored
5 years ago
4aada053
Call LearnblockIdentifier constructor with density estimator and relative extrema finder.
· 9a8b8d21
dmt
authored
5 years ago
9a8b8d21
Reraise exception.
· bc2dfdc8
dmt
authored
5 years ago
bc2dfdc8
Define constructor request and usecase.
· 6215e517
dmt
authored
5 years ago
6215e517
Add settings for construction.
· 2deae7a4
dmt
authored
5 years ago
2deae7a4
Loading