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
b228d805
Commit
b228d805
authored
5 years ago
by
dmt
Browse files
Options
Downloads
Patches
Plain Diff
Import usecases, request and adapters for handling api requests.
parent
571a1642
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cml/controller/api.py
+14
-5
14 additions, 5 deletions
cml/controller/api.py
with
14 additions
and
5 deletions
cml/controller/api.py
+
14
−
5
View file @
b228d805
...
...
@@ -6,20 +6,29 @@ from os.path import join, expanduser
from
cml.usecases.query
import
(
PreprocessUsecase
,
KnowledgeSearchUsecase
,
CreateConstructorUsecase
CreateConstructorUsecase
,
FeatureSelectionUsecase
,
ReconstructionUsecase
)
from
cml.ports.source_adapters
import
PandasAdapter
from
cml.ports.scikit_adapter
import
ConstructionClusteringMLModel
from
cml.ports.ml_adapter
import
(
ConstructionClusteringMLModel
,
FilterMethod
,
EmbeddedMethod
)
from
cml.shared.settings
import
Settings
from
cml.shared.settings
import
specific_settings_factory
,
read_settings
from
cml.shared.request
import
(
PreprocessRequest
,
KnowledgeSearchRequest
,
CreateConstructorRequest
CreateConstructorRequest
,
FeatureSelectionRequest
,
ReconstructionRequest
)
from
cml.ports.
scikit
_adapter
import
(
from
cml.ports.
ml
_adapter
import
(
KernelDensityEstimator
,
find_relative_extrema
find_relative_extrema
,
Autoencoder
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment