Creating a new model

From: Mark Kryvobokov <k_mark_at_ukr.net>
Date: Fri, 20 Jul 2007 14:35:53 +0300
('binary' encoding is not supported, stored as-is)

          Thank you Paul and Hana!
  
Now the difference between estimation and running a simulation is clear. It works.
  
We want to create a new model, e.g. New Land Price Model, which in the beginning should be the same as the original Land Price Model. We have created:
- new_land_price_model.py script, which is the copy of original land_price_model.py (the only differences are model_name="New Land Price Model", and model_short_name="nlpm");
- NLPM_specification.py, which is the copy of LPM_specification.py;
- nlpm_estimation_config.py.
We mentioned our model ('nlpm') in run_estimation.py and estimation_runner.py.
We have changed also:
- general_configuratoin.py;
- general_configuration _with_changed_elcm.py;
- models_configuration.
  
However, when running estimation we have this message: 
  
  

    KeyError: "Key 'new_land_price_model' not found in this configuration"
Could you be so kind to say what else should be done to create a new model?
  
Mark
  
Received on Fri Jul 20 2007 - 04:35:55 PDT

This archive was generated by hypermail 2.2.0 : Fri Jul 20 2007 - 04:35:57 PDT