- 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
推薦閱讀
- MongoDB for Java Developers
- 算法基礎(chǔ):打開程序設(shè)計(jì)之門
- Java Web程序設(shè)計(jì)
- Full-Stack React Projects
- Spring實(shí)戰(zhàn)(第5版)
- 軟件架構(gòu):Python語言實(shí)現(xiàn)
- HTML5從入門到精通(第4版)
- Learning Continuous Integration with TeamCity
- 編寫高質(zhì)量代碼:改善Objective-C程序的61個(gè)建議
- Python大學(xué)實(shí)用教程
- 并行編程方法與優(yōu)化實(shí)踐
- ROS機(jī)器人編程實(shí)戰(zhàn)
- 游戲設(shè)計(jì)的底層邏輯
- Computer Vision with Python 3
- Java Web開發(fā)任務(wù)教程