Skip to content

Commit f6e920d

Browse files
committed
Update Description.qml to remove default settings and no longer required properties
1 parent ed656f9 commit f6e920d

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

inst/Description.qml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,10 @@ import JASP.Module
44
Description
55
{
66
title: qsTr("Machine Learning")
7-
name: "jaspMachineLearning"
87
description: qsTr("Explore the relation between variables using data-driven methods for regression, classification, and clustering")
9-
version : "0.95.0"
10-
author: "JASP Team"
11-
maintainer: "JASP Team <[email protected]>"
12-
website: "www.jasp-stats.org"
13-
license: "GPL (>= 2)"
148
icon: "analysis-ml-ribbon.svg"
15-
preloadData: true
16-
9+
hasWrappers: false
10+
1711
GroupTitle
1812
{
1913
title: qsTr("Supervised Learning")

0 commit comments

Comments
 (0)