synapse_target_hks_rf / parameters.toml
bdpedigo's picture
Upload 3 files
eb48784 verified
experiment_name = "auburn-elk-detour"
[cv-mesh-get]
deduplicate_chunk_boundaries = false
remove_duplicate_vertices = true
[condensed_hks_pipeline]
decomposition_dtype = "float32"
distance_threshold = 3.0
drop_first = true
max_eigenvalue = 1e-5
max_overlap_neighbors = 60000
max_vertex_threshold = 20000
min_vertex_threshold = 200
mollify_factor = 1e-5
n_components = 32
overlap_distance = 20000
robust = true
simplify_agg = 7
simplify_target_reduction = 0.7
t_max = 20000000.0
t_min = 50000.0
truncate_extra = true
[save_condensed_features]
feature_dtype = "float16"
[save_condensed_graph]
nodes_dtype = "float32"
edges_dtype = "int32"
[project_points_to_mesh]
distance_threshold = 1000
[models.RandomForestClassifier]
class_weight = "balanced"
max_depth = 15
n_estimators = 500
n_jobs = -1