- Hands-On Machine Learning with ML.NET
- Jarred Capellman
- 295字
- 2021-06-24 16:43:33
Exploring the project architecture
Building on the project architecture and code we created in the previous example, the major change architecturally in this example is feature extraction. With this example, we will add in the FeatureExtractor class in addition to creating new input and prediction classes. The reason for this is going back to the idea of keeping things separate and well defined as discussed in Chapter 2, Setting Up the ML.NET Environment. For this example application and future applications you may write, they, more than likely, will have input files to convert into rows of data. By having a separate class handle this part of the pipeline, you can encapsulate this functionality cleanly.
The following screenshot shows the Visual Studio Solution Explorer view of the project. The new addition to the solution is the FeatureExtractor class file that we will review in the next section:
The sampledata.csv file contains eight rows of random data. Feel free to adjust the data to fit your own observations or adjust the trained model. Here is the included sample data:
False !This program cannot be run in DOS mode.L$ SUVWH\$ UVWAVAWH\$ VWAVHWATAUAVAWHA_AA]A\_l$ VWAVHt
False !This program cannot be run in DOS mode.L$ SUVWH\$ VWAVHUVWAVAWHUVWATAUAVAWHA_AA]A\_]UVWAVAWHU
False !This program cannot be run in DOS mode.$7ckw7ckw7ckw>jv$ckw7cjwiv6ckwRich7ckw9A98u6A9xx ATAVA
False !This program cannot be run in DOS mode.EventSetInformationmshelp URL calledLaunchFwLink"mshelp
True !This program cannot be run in DOS mode.Fm;Ld &~_New_ptrt(M4_Alloc_max"uJIif94H3"j?TjV*?invalid
True <</Length 17268/Type/EmbeddedFile/Filter/FlateDecode/Params<</ModDate(D:20191003012641+00'00'/Size
True !This program cannot be run in DOS mode._New_ptr7(_MaskQAlloc_maxtEqx?$xjinvalid argumC:\Program F
True __gmon_startN_easy_cKcxa_amxBZNSt8ios_bEe4IeD1Evxxe6naDtqv_Z<4endlIcgLSaQ6appw3d_ResumeCXXABI_1.3%d
Each of these rows contains two columns worth of data. The first is the classification, with true being malicious and false being benign. These properties are mapped in the newly created FileInput class that we will review later on in this chapter.
- HTML5+CSS3王者歸來
- Android Wearable Programming
- 玩轉Scratch少兒趣味編程
- Spring 5.0 By Example
- ASP.NET Core 2 and Vue.js
- AutoCAD VBA參數化繪圖程序開發與實戰編碼
- NetBeans IDE 8 Cookbook
- 持續輕量級Java EE開發:編寫可測試的代碼
- 圖數據庫實戰
- JBoss:Developer's Guide
- Java Web應用開發項目教程
- 從Excel到Python數據分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應用
- Learning VMware vSphere
- Learning Ionic
- Groovy 2 Cookbook