Skip to main content
1-Visitor
May 30, 2019
Question

Upload of multiclass classification dataset

  • May 30, 2019
  • 4 replies
  • 1702 views

How to upload multiclass classified dataset into Thingworx analytics . When i try to import, it showing error and not allowing to import more than two class dataset. ( True/false )

4 replies

5-Regular Member
May 31, 2019

We have properties in String type in a dataset, and these properties contain more than 2 values, and this won't affect the import to the Analytics server. 

 

For example: 

Property Name: CoolDownType

Value:  Water; Air; Oil    etc. 

 

What's your dataset look like?

VijayanR1-VisitorAuthor
1-Visitor
June 6, 2019

 

We have explored your suggestion and  we found the following observation.

 

  1. Data upload is possible for multiclass with Option(a) : String & categorical & Option (b): String & continuous
  2. Model building is possible with only option(b)
  3. Here problem is ThingWorx analytics converts the Classification problem to regression problem.
  4. Sample dataset is given below (Few rows are mentioned )

#

Speed

Flow

Head

torque

faults

1

2707.4

14.778

44.66

16.045

broken_blade

2

2965.6

33.591

16.438

7.5257

cavitation

3

2874.8

39.92

9.7401

10.019

healthy

 

 

 

5-Regular Member
June 6, 2019

If you have the TWA Extension Package with you, and you'll be able to find the sample dataset like BeanPro and Parking.  The expected goal field for these 2 datasets are Numeric type, and we can use the Categorical properties as dependencies for prediction.