Learn R Programming

occupationMeasurement (version 0.3.2)

pretrained_models: Pretrained ML models to be used with the package.

Description

Pretrained ML models to be used with the package.

Usage

pretrained_models

Arguments

Format

A nested list with pretrained machine learning models:

similarity_based_reasoning

list. Contains pretrained models to be used with algo_similarity_based_reasoning().

similarity_based_reasoning$wordwise

list. Contains the pretrained model to be used for providing suggestions using full wordwise matching.

similarity_based_reasoning$substring

list. Contains the pretrained model to be used for providing suggestions using substring matching.

This training data always predicts a 5-digit code from the 2010 German Classification of Occupations, with some exceptions: -0004 stands for 'Not precise enough/uncodable', -0006 stands for 'Multiple Jobs', -0012 stands for 'Blue-collar workers', -0019 stands for 'Volunteer/Social Service', and -0030 stands for 'Student assistant'.

See Also

algo_similarity_based_reasoning(), train_similarity_based_reasoning(), https://github.com/malsch/occupationCoding