- 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.
- Ext JS Data-driven Application Design
- Web交互界面設計與制作(微課版)
- 程序員考試案例梳理、真題透解與強化訓練
- 大學計算機基礎(第2版)(微課版)
- jQuery開發基礎教程
- C語言程序設計
- Quantum Computing and Blockchain in Business
- MySQL入門很輕松(微課超值版)
- 打開Go語言之門:入門、實戰與進階
- Python編程入門(第3版)
- Monitoring Docker
- 3D Printing Designs:The Sun Puzzle
- Visual Basic 開發從入門到精通
- Spark for Data Science
- SQL Server 2008數據庫應用技術(第2版)