{'Y': Y
3 3.319513
4 0.134420
5 -0.278350
6 -1.519790
7 -2.072451
.. ...
995 -2.876714
996 1.430674
997 -0.494217
998 -1.047594
999 0.105551
[997 rows x 1 columns],
'X': Intercept X1 f1 f2
3 1.0 1.0 1.0 10.0
4 1.0 2.0 19.0 20.0
5 1.0 2.0 13.0 3.0
6 1.0 1.0 2.0 16.0
7 1.0 0.0 2.0 23.0
.. ... ... ... ...
995 1.0 2.0 14.0 23.0
996 1.0 0.0 19.0 17.0
997 1.0 1.0 3.0 5.0
998 1.0 0.0 18.0 20.0
999 1.0 2.0 4.0 19.0
[997 rows x 4 columns],
'fe': None,
'endogvar': None,
'Z': None,
'weights_df': None,
'na_index': array([0, 1, 2]),
'na_index_str': '0,1,2',
'icovars': None,
'X_is_empty': False,
'model_spec': .fml_second_stage:
.lhs:
ModelSpec(formula=Y, materializer='pandas', materializer_params={}, ensure_full_rank=True, na_action=<NAAction.DROP: 'drop'>, output='pandas', cluster_by=<ClusterBy.NONE: 'none'>, structure=[EncodedTermStructure(term=Y, scoped_terms=[Y], columns=['Y'])], transform_state={}, encoder_state={'Y': (<Kind.NUMERICAL: 'numerical'>, {})})
.rhs:
ModelSpec(formula=1 + X1 + f1 + f2, materializer='pandas', materializer_params={}, ensure_full_rank=True, na_action=<NAAction.DROP: 'drop'>, output='pandas', cluster_by=<ClusterBy.NONE: 'none'>, structure=[EncodedTermStructure(term=1, scoped_terms=[1], columns=['Intercept']), EncodedTermStructure(term=X1, scoped_terms=[X1], columns=['X1']), EncodedTermStructure(term=f1, scoped_terms=[f1], columns=['f1']), EncodedTermStructure(term=f2, scoped_terms=[f2], columns=['f2'])], transform_state={}, encoder_state={'X1': (<Kind.NUMERICAL: 'numerical'>, {}), 'f1': (<Kind.NUMERICAL: 'numerical'>, {}), 'f2': (<Kind.NUMERICAL: 'numerical'>, {})})}