Machine learning to predict divorce
Data links and codes: https://pan.baidu.com/s/19Rj_kP2iJ0szS6l2IWg6FQ Extraction code: ezbd
1. Data analysis
Dataset divorce Xlsx, let's take a look at the data description first. In short, each dimension corresponds to a questionnaire question. As shown in the figure
Libraries to be imported:
import pandas as pd
import numpy as np ...
Added by morganchia on Sat, 25 Dec 2021 09:54:49 +0200