- Learning Salesforce Einstein
- Mohith Shrivastava
- 160字
- 2021-07-02 21:43:57
Training and prediction
The regression type predictive model uses a numeric answer for the question based on the previous samples. For this example, we will use this regression type predictive model. Take a look at the file located at (https://github.com/PacktPublishing/Learning-Salesforce-Einstein/blob/master/Chapter1/SFOpportunity.csv). The first column is probability, the second column is opportunity stage and the last column is the opportunity revenue. If you look carefully, you will notice that there is some correlation between the type of opportunity, expected revenue, and probability.
If you observe the dataset sample closely, you will see that for opportunities of type Existing customers, the higher the expected revenue, the more the probability.
To train the Dataset, we will leverage the Prediction API provided by Google. The complete set of APIs is listed in the following table:

If you recall, machine learning consists of three steps:
- Load the sample dataset.
- Train the data.
- Use the generated function to predict the outcome for the new Dataset.
- Boost.Asio C++ Network Programming(Second Edition)
- Building a Game with Unity and Blender
- 樂學Web編程:網站制作不神秘
- C#程序設計教程
- Python爬蟲開發與項目實戰
- Learn Scala Programming
- Python Data Analysis(Second Edition)
- Mastering Apache Maven 3
- SQL經典實例(第2版)
- MongoDB,Express,Angular,and Node.js Fundamentals
- TMS320LF240x芯片原理、設計及應用
- 零基礎學C語言程序設計
- 軟件測試綜合技術
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- 深度實踐KVM:核心技術、管理運維、性能優化與項目實施