-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.json
More file actions
28 lines (28 loc) · 801 Bytes
/
Copy pathexample.json
File metadata and controls
28 lines (28 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"config": {
"source_path": "example_data/gpLimpopo_depr_12102021.shp",
"features_dir": "example_features",
"targets_dir": "example_targets",
"target_id": "ellipticalness",
"minimum_to_train": 3,
"queries_per_round": 5,
"test_train_split": 0.25
},
"broker": "marmot.brokers.ShapeFileBroker",
"features": [
{
"path": "marmot.features.LogMeanNormalizedEllipseResiduals",
"override": false
},
{
"path": "marmot.features.DistanceWeightedConvexity",
"override": false,
"segment_length": 10
}
],
"interface": "marmot.interfaces.ShapeInterface",
"learner": {
"factory": "marmot.learners.random_forest_learner_factory",
"query_method": "margin_sampling"
}
}