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
68391a2928ff210ec623610420b14caa3fc4acd1
Select Git revision
Branches
5
logging
master
default
protected
update-readme
publish-docs-to-readthedocs
add-autodeployment-to-pypi
5 results
python
Author
Search by author
Any Author
authors
Thomas Schmid
schmid
1 author
Oct 24, 2019
Add the purpose to successfully constructed learnblock.
· 68391a29
dmt
authored
5 years ago
68391a29
Create deconstruction request/usecase and execute it.
· 2d8dd68b
dmt
authored
5 years ago
2d8dd68b
Oct 20, 2019
Add labeled dataset to project.
· 502bf02b
dmt
authored
5 years ago
502bf02b
Yield only learnblocks and not None.
· 74d0c1ff
dmt
authored
5 years ago
74d0c1ff
Add labeled dataset to applications example datasets.
· cc9b4ce1
dmt
authored
5 years ago
cc9b4ce1
Define adapters for machine learning models used in reconstruction.
· 12386647
dmt
authored
5 years ago
12386647
Make new block from row indices.
· 8a909a9f
dmt
authored
5 years ago
8a909a9f
Provide property for checking if the data block has labels or not.
· 0ee66d4d
dmt
authored
5 years ago
0ee66d4d
Do read first column as index.
· bbb66be9
dmt
authored
5 years ago
bbb66be9
Add list with models and knowledge domain indicator to request.
· 44c613f7
dmt
authored
5 years ago
44c613f7
Handle case if SetFeatures is empty in settings.ini
· 73043d9d
dmt
authored
5 years ago
73043d9d
Add errors module with BaseError and NoModelReconstructedError.
· 8f2a9a81
dmt
authored
5 years ago
8f2a9a81
Fix typo.
· 44186e8d
dmt
authored
5 years ago
44186e8d
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
Add logging.ini file into site-packages after installation.
· 0a61690a
dmt
authored
5 years ago
0a61690a
Loading