Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.pad.base
Commits
ade0935a
Commit
ade0935a
authored
Jul 12, 2019
by
anjith2006
Committed by
Anjith GEORGE
Aug 21, 2019
Browse files
WIP, wrapper for scikit classifiers
parent
dd21da37
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/pad/base/algorithm/ScikitClassifier.py
View file @
ade0935a
...
...
@@ -244,17 +244,16 @@ class ScikitClassifier(Algorithm):
Parameters
----------
training_features : [FrameContainer]
A list of FrameContainers
step
:`int`
step :
`int`
Data selection step.
**
Returns
:**
Returns
-------
training_features_subset : [FrameContainer]
A list with selected FrameContainers
A list with selected FrameContainers
"""
indexes
=
range
(
0
,
len
(
training_features
),
step
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment