Loading
メール配信ドメイン検証状況の確認方法のご案内続きを読む
ただいま大変多くのお問い合わせをいただいており、ご連絡までにお時間を頂戴しております続きを読む
AI Accelerator and Scoring Framework
目次
絞り込み条件を選択

          結果がありません
          結果がありません
          検索のヒントをいくつかご紹介します

          キーワードの入力ミスがないか確認する。
          より一般的な検索語を使用する。
          絞り込み条件を減らして、検索範囲を広げる。

          Salesforce ヘルプ全体を検索
          Configure a Feature Extractor

          Configure a Feature Extractor

          For use cases that you create, configure feature extractors to compute features in real time or in batches, or upload sample features that the predictive model can use to generate predictions. For auto-generated use cases that require features computed in real time, you can extend the configuration of a partially suitable feature extractor by adding other feature extractors with your configured Apex classes. Or, you entirely update the configuration by using another feature extractor instead of the default feature extractor. The predictive model uses the features computed based on the configuration to generate predictions.

          Required Editions

          Available in: Lightning Experience
          User Permissions Needed
          To configure a feature extractor: Customize Application
          1. From Setup, in the Quick Find box, enter Industries Einstein, and then select AI Accelerator.
          2. Click Edit for your use case, and then go to the Model Feature Extractor section.
          3. Click Add Feature Extractor.
            You can configure multiple feature extractors for one use case model.
          4. Select the predictive model that you want to compute features in real time or in batches for, or you want to upload sample features for.
          5. Enter a unique Extractor API Name for the feature extractor.
          6. Select a Feature Input Type:
            • If you want to use features from the supplemental dataset added when deploying the model, select Batch Input.
            • If you want to compute features in real time, select Real-Time Input.
            • If you want to upload sample features, select Sample Input.
          7. Select a Data Space.
          8. Select the DMO and the corresponding Record ID.
          9. Select the Input Feature(s) and the corresponding field(s).
          10. If you selected Real-Time Input as the feature input type, select an Apex class name for the model.
          11. If you selected Sample Input as the feature input type, upload a CSV file that contains sample features.
            The CSV file can have only two rows, a row with the feature names and another row with the corresponding feature values.
            Tip
            Tip After the sample features in the CSV are uploaded, to view the features, click View Uploaded File Data.
          12. Click Update.
          13. To specify a feature extractor as the default, select Default in the corresponding row.
            The default feature extractor can be replaced by another feature extractor when configuring the Einstein Predictions Using AI Accelerator scorecard or the AI Accelerator—Einstein Predictions & Recommendations scorecard. If you don’t specify any feature extractor while configuring the scorecards, the model uses the default feature extractor specified on the AI Accelerator Setup page.
          Example
          Example A mobile service provider wants to predict the likelihood of a customer switching to another service provider. The predictive model that the service provider uses requires features, such as the customer’s accounts, payment type, plan type, subscription period, and the total number of service requests for customers’ network data issues. All features, except the total number of customer service requests, which is computed in real time, are available in the customer’s records. So, the admin configures a feature extractor to calculate the sum of customer service requests for network data issues. The admin configures an Apex class and then configures a feature extractor by selecting the predictive model that gets the predictions and the configured Apex class.
           
          読み込み中
          Salesforce Help | Article