Listing Thumbnail

    Propensity US: Have COPD

     Info
    Deployed on AWS
    Propensity model that determines the probability that a consumer has COPD

    Overview

    Prosper Insights & Analytics' propensity model predicts the probability that a U.S. adult consumer has a specific health condition. Based on a set of basic demographics, the model identifies individuals who are likely to have the health condition. The model was trained with data from Prosper's large Media Behaviors & Influence (MBI) study (N=16,619).

    Highlights

    • Enhances digital and offline targeting by identifying individuals our likely to have a specific health condition.
    • 100% Privacy Compliant Models. No PII Used. HIPAA compliant.
    • Based on unique large sample consumer survey data (N=16,619).

    Details

    Delivery method

    Latest version

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    Propensity US: Have COPD

     Info
    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    Usage costs (52)

     Info
    Dimension
    Description
    Cost/host/hour
    ml.m4.xlarge Inference (Batch)
    Recommended
    Model inference on the ml.m4.xlarge instance type, batch mode
    $500.00
    ml.m4.xlarge Inference (Real-Time)
    Recommended
    Model inference on the ml.m4.xlarge instance type, real-time mode
    $1.00
    ml.m4.4xlarge Inference (Batch)
    Model inference on the ml.m4.4xlarge instance type, batch mode
    $500.00
    ml.m5.4xlarge Inference (Batch)
    Model inference on the ml.m5.4xlarge instance type, batch mode
    $500.00
    ml.m4.16xlarge Inference (Batch)
    Model inference on the ml.m4.16xlarge instance type, batch mode
    $500.00
    ml.p3.16xlarge Inference (Batch)
    Model inference on the ml.p3.16xlarge instance type, batch mode
    $500.00
    ml.m5.2xlarge Inference (Batch)
    Model inference on the ml.m5.2xlarge instance type, batch mode
    $500.00
    ml.m4.2xlarge Inference (Batch)
    Model inference on the ml.m4.2xlarge instance type, batch mode
    $500.00
    ml.c5.2xlarge Inference (Batch)
    Model inference on the ml.c5.2xlarge instance type, batch mode
    $500.00
    ml.p3.2xlarge Inference (Batch)
    Model inference on the ml.p3.2xlarge instance type, batch mode
    $500.00

    AI Insights

     Info

    Dimensions summary

    You pay by the hour for running this propensity model, based on the SageMaker instance type you choose. Pricing splits into two modes: batch inference, which scores a dataset in one job, and real-time inference, which serves live predictions from a hosted endpoint. Within each mode, you pick from instance families such as m4, m5, c4, c5, p2, and p3. General-purpose and compute-optimized options handle standard scoring, while GPU-backed instances suit heavier workloads. Larger instance sizes carry higher hourly rates. You are charged only for the host hours you use, with no upfront commitment.

    Top-of-mind questions for buyers

    You pay for the compute time of the SageMaker instance that runs the model. Each host hour reflects one running instance of the chosen type. The propensity model and its underlying consumer data are packaged into the listing, so no separate data or license charge appears in these dimensions.
    Batch inference meters host hours while a job scores a dataset, then stops when the job finishes. Real-time inference meters host hours for as long as the endpoint stays hosted and ready to serve live predictions. Batch suits one-time scoring; real-time suits ongoing prediction serving.
    Yes. A real-time endpoint accrues host-hour charges the whole time it stays hosted, whether or not requests arrive. Charges stop only when you delete the endpoint. Batch jobs, by contrast, meter only while the scoring job runs.
    www.prospermodelfactory.com
    Helpful?

    Vendor refund policy

    No refunds.

    How can we make this page better?

    Tell us how we can improve this page, or report an issue with this product.
    Tell us how we can improve this page, or report an issue with this product.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    Amazon SageMaker model

    An Amazon SageMaker model package is a pre-trained machine learning model ready to use without additional training. Use the model package to create a model on Amazon SageMaker for real-time inference or batch processing. Amazon SageMaker is a fully managed platform for building, training, and deploying machine learning models at scale.

    Deploy the model on Amazon SageMaker AI using the following options:
    Deploy the model as an API endpoint for your applications. When you send data to the endpoint, SageMaker processes it and returns results by API response. The endpoint runs continuously until you delete it. You're billed for software and SageMaker infrastructure costs while the endpoint runs. AWS Marketplace models don't support Amazon SageMaker Asynchronous Inference. For more information, see Deploy models for real-time inference  .
    Deploy the model to process batches of data stored in Amazon Simple Storage Service (Amazon S3). SageMaker runs the job, processes your data, and returns results to Amazon S3. When complete, SageMaker stops the model. You're billed for software and SageMaker infrastructure costs only during the batch job. Duration depends on your model, instance type, and dataset size. AWS Marketplace models don't support Amazon SageMaker Asynchronous Inference. For more information, see Batch transform for inference with Amazon SageMaker AI  .
    Version release notes

    Minor fixes to the underlying software.

    Additional details

    Inputs

    Summary

    The model provides propensity estimates based on gender, age range, income range, and zip code. See the sample notebook for details concerning input variables and mappings.

    Input MIME type
    text/csv
    1,5,24,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0
    https://prosper-sample-batch.s3.us-east-2.amazonaws.com/batch_input_basic_geo.csv

    Input data descriptions

    The following table describes supported input data fields for real-time inference and batch transform.

    Field name
    Description
    Constraints
    Required
    Gender
    Integer (0, 1) 0 = Female 1 = Male
    Type: Categorical Allowed values: 0,1
    Yes
    Age Range
    (Integer, 1-6) 1 = 18-24 2 = 25-34 3 = 35-44 4 = 45-54 5 = 55-64 6 = 65+
    Type: Categorical Allowed values: 1,2,3,4,5,6
    Yes
    Household Income
    (Integer, 0-24) 0 = Less than 10,000 1 = 10,000-14,999 2 = 15,000-19,999 3 = 20,000-24,999 4 = 25,000-29,999 5 = 30,000-34,999 6 = 35,000-39,999 7 = 40,000-44,999 8 = 45,000-49,999 9 = 50,000-54,999 10 = 55,000-59,999 11 = 60,000-64,999 12 = 65,000-69,999 13 = 70,000-74,999 14 = 75,000-79,999 15 = 80,000-84,999 16 = 85,000-89,999 17 = 90,000-94,999 18 = 95,000-99,999 19 = 100,000-109,999 20 = 110,000-119,999 21 = 120,000-129,999 22 = 130,000-139,999 23 = 140,000-149,999 24 = 150,000 or more
    Type: Categorical Allowed values: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24
    Yes
    Zip Code
    Five digit zip code as integer. The model requires that the zip code be replaced by a set of 25 binary variables that represent special information regarding the zip. Prosper provides a file that maps every zip code into two integer values (division and cluster). These values are then converted into a set of binary values in a manner similar to one-hot encoding. The mapping file as well as the conversion routines are provided with the sample notebook.
    Type: Integer
    Yes

    Support

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 reviews
    No customer reviews yet
    Be the first to review this product . We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.