- R Deep Learning Cookbook
- Dr. PKS Prakash Achyutuni Sri Krishna Rao
- 173字
- 2021-07-02 20:49:08
How it works...
Let's build a logistic regression interactively using the H2O browser.
- Start a new flow, as shown in the following screenshot:

Creating a new flow in H2O
- Import a dataset using the Data menu, as shown in the following screenshot:

Importing files to the H2O environment
- The imported file in H2O can be parsed into the hex format (the native file format for H2O) using the Parse these files action, which will appear once the file is imported to the H2O environment:

Parsing the file to the hex format
- The parsed data frame in H2O can be split into training and validation using the Data | Split Frame action, as shown in the following screenshot:

Splitting the dataset into training and validation
- Select the model from the Model menu and set up the model-related parameters. An example for a glm model is seen in the following screenshot:

Building a model in H2O
- The Score | predict action can be used to score another hex data frame in H2O:

Scoring in H2O
推薦閱讀
- Microsoft Exchange Server PowerShell Cookbook(Third Edition)
- Android和PHP開發最佳實踐(第2版)
- Unity 2020 Mobile Game Development
- The React Workshop
- Mastering Ubuntu Server
- Data Analysis with Stata
- 小學生C++創意編程(視頻教學版)
- 深入理解Elasticsearch(原書第3版)
- Windows Phone 7.5:Building Location-aware Applications
- Swift 4從零到精通iOS開發
- SQL Server 入門很輕松(微課超值版)
- WildFly Cookbook
- 人人都能開發RPA機器人:UiPath從入門到實戰
- Using Yocto Project with BeagleBone Black
- VMware vSphere 5.5 Cookbook