Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bolsonaro
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Luc Giffon
bolsonaro
Merge requests
!8
Resolve "Implement omp_forest_classifier"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Resolve "Implement omp_forest_classifier"
4-implement-omp_forest_classifier
into
master
Overview
0
Commits
4
Pipelines
0
Changes
13
Closed
Charly Lamothe
requested to merge
4-implement-omp_forest_classifier
into
master
5 years ago
Overview
0
Commits
4
Pipelines
0
Changes
13
Expand
Closes
#4 (closed)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
b62069f0
4 commits,
5 years ago
13 files
+
85
−
98
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
13
Search (e.g. *.vue) (Ctrl+P)
code/bolsonaro/data/dataset.py
+
0
−
4
Options
@@ -14,10 +14,6 @@ class Dataset(object):
def
task
(
self
):
return
self
.
_task
@property
def
dataset_parameters
(
self
):
return
self
.
_dataset_parameters
@property
def
X_train
(
self
):
return
self
.
_X_train
Loading