| --- |
| dataset_info: |
| features: |
| - name: credit_rating |
| dtype: string |
| - name: revenue |
| dtype: float64 |
| - name: operating_profit |
| dtype: float64 |
| - name: net_income |
| dtype: float64 |
| - name: total_assets |
| dtype: float64 |
| - name: total_liabilities |
| dtype: float64 |
| - name: total_equity |
| dtype: float64 |
| - name: capital |
| dtype: float64 |
| - name: operating_cash_flow |
| dtype: float64 |
| - name: interest_bearing_debt |
| dtype: float64 |
| - name: debt_ratio |
| dtype: float64 |
| - name: ROA |
| dtype: float64 |
| - name: ROE |
| dtype: float64 |
| - name: asset_turnover_ratio |
| dtype: float64 |
| - name: interest_to_assets_ratio |
| dtype: float64 |
| - name: interest_to_revenue_ratio |
| dtype: float64 |
| - name: cash_flow_to_interest |
| dtype: float64 |
| - name: interest_to_cash_flow |
| dtype: float64 |
| - name: log_total_assets |
| dtype: float64 |
| - name: log_total_liabilities |
| dtype: float64 |
| - name: positive_factors |
| dtype: string |
| - name: negative_factors |
| dtype: string |
| - name: final_credit_rating |
| dtype: string |
| splits: |
| - name: train |
| num_bytes: 12935837 |
| num_examples: 44900 |
| - name: validation |
| num_bytes: 28782 |
| num_examples: 100 |
| - name: test |
| num_bytes: 1443874 |
| num_examples: 5000 |
| download_size: 5228811 |
| dataset_size: 14408493 |
| configs: |
| - config_name: default |
| data_files: |
| - split: train |
| path: data/train-* |
| - split: validation |
| path: data/validation-* |
| - split: test |
| path: data/test-* |
| --- |
| |