openstef 3.4.83__py3-none-any.whl → 3.4.86__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- openstef/tasks/create_forecast.py +1 -5
 - {openstef-3.4.83.dist-info → openstef-3.4.86.dist-info}/METADATA +4 -2
 - {openstef-3.4.83.dist-info → openstef-3.4.86.dist-info}/RECORD +6 -6
 - {openstef-3.4.83.dist-info → openstef-3.4.86.dist-info}/WHEEL +0 -0
 - {openstef-3.4.83.dist-info → openstef-3.4.86.dist-info}/licenses/LICENSE +0 -0
 - {openstef-3.4.83.dist-info → openstef-3.4.86.dist-info}/top_level.txt +0 -0
 
| 
         @@ -82,13 +82,9 @@ def create_forecast_task( 
     | 
|
| 
       82 
82 
     | 
    
         
             
                    location=[pj["lat"], pj["lon"]],
         
     | 
| 
       83 
83 
     | 
    
         
             
                    datetime_start=datetime_start,
         
     | 
| 
       84 
84 
     | 
    
         
             
                    datetime_end=datetime_end,
         
     | 
| 
       85 
     | 
    
         
            -
                     
     | 
| 
      
 85 
     | 
    
         
            +
                    entsoe_bidding_zone=pj.electricity_bidding_zone.value,
         
     | 
| 
       86 
86 
     | 
    
         
             
                )
         
     | 
| 
       87 
87 
     | 
    
         | 
| 
       88 
     | 
    
         
            -
                # Add APX price to the input data for backward compatibility,remove this line when all models are retrained
         
     | 
| 
       89 
     | 
    
         
            -
                if pj.electricity_bidding_zone == BiddingZone.NL:
         
     | 
| 
       90 
     | 
    
         
            -
                    input_data["APX"] = input_data["day_ahead_electricity_price"]
         
     | 
| 
       91 
     | 
    
         
            -
             
     | 
| 
       92 
88 
     | 
    
         
             
                try:
         
     | 
| 
       93 
89 
     | 
    
         
             
                    # Make forecast with the forecast pipeline
         
     | 
| 
       94 
90 
     | 
    
         
             
                    forecast = create_forecast_pipeline(
         
     | 
| 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            Metadata-Version: 2.4
         
     | 
| 
       2 
2 
     | 
    
         
             
            Name: openstef
         
     | 
| 
       3 
     | 
    
         
            -
            Version: 3.4. 
     | 
| 
      
 3 
     | 
    
         
            +
            Version: 3.4.86
         
     | 
| 
       4 
4 
     | 
    
         
             
            Summary: Open short term energy forecaster
         
     | 
| 
       5 
5 
     | 
    
         
             
            Home-page: https://github.com/OpenSTEF/openstef
         
     | 
| 
       6 
6 
     | 
    
         
             
            Author: Alliander N.V
         
     | 
| 
         @@ -18,7 +18,7 @@ Requires-Dist: holidays==0.21 
     | 
|
| 
       18 
18 
     | 
    
         
             
            Requires-Dist: joblib==1.3.2
         
     | 
| 
       19 
19 
     | 
    
         
             
            Requires-Dist: lightgbm>=4.0
         
     | 
| 
       20 
20 
     | 
    
         
             
            Requires-Dist: matplotlib~=3.7
         
     | 
| 
       21 
     | 
    
         
            -
            Requires-Dist: mlflow 
     | 
| 
      
 21 
     | 
    
         
            +
            Requires-Dist: mlflow-skinny<4.0,>=2.0
         
     | 
| 
       22 
22 
     | 
    
         
             
            Requires-Dist: networkx~=3.1
         
     | 
| 
       23 
23 
     | 
    
         
             
            Requires-Dist: numpy<3,>=2
         
     | 
| 
       24 
24 
     | 
    
         
             
            Requires-Dist: optuna~=3.1
         
     | 
| 
         @@ -38,6 +38,8 @@ Provides-Extra: cpu 
     | 
|
| 
       38 
38 
     | 
    
         
             
            Requires-Dist: xgboost-cpu~=2.0; extra == "cpu"
         
     | 
| 
       39 
39 
     | 
    
         
             
            Provides-Extra: gpu
         
     | 
| 
       40 
40 
     | 
    
         
             
            Requires-Dist: xgboost; extra == "gpu"
         
     | 
| 
      
 41 
     | 
    
         
            +
            Provides-Extra: mlflow-full
         
     | 
| 
      
 42 
     | 
    
         
            +
            Requires-Dist: mlflow<4.0,>=2.0; extra == "mlflow-full"
         
     | 
| 
       41 
43 
     | 
    
         
             
            Dynamic: author
         
     | 
| 
       42 
44 
     | 
    
         
             
            Dynamic: author-email
         
     | 
| 
       43 
45 
     | 
    
         
             
            Dynamic: classifier
         
     | 
| 
         @@ -92,7 +92,7 @@ openstef/tasks/__init__.py,sha256=bIyGTSA4V5VoOLTwdaiJJAnozmpSzvQooVYlsf8H4eU,16 
     | 
|
| 
       92 
92 
     | 
    
         
             
            openstef/tasks/calculate_kpi.py,sha256=ncLnpqci_9EUGjaCLbGS5f9l5GjNxjkH-tyQ2R4fkRA,11700
         
     | 
| 
       93 
93 
     | 
    
         
             
            openstef/tasks/create_basecase_forecast.py,sha256=K5Fa8AYWYGwF7uv_Ala0RCqEiKMRoFKlA9U65rMGggc,4227
         
     | 
| 
       94 
94 
     | 
    
         
             
            openstef/tasks/create_components_forecast.py,sha256=V05KJ5h4OVB6jMyliLtegohGDf6kygn5FPTDT8tQzDs,5959
         
     | 
| 
       95 
     | 
    
         
            -
            openstef/tasks/create_forecast.py,sha256= 
     | 
| 
      
 95 
     | 
    
         
            +
            openstef/tasks/create_forecast.py,sha256=IXnpQ7PrmrNjd0bs8-OLkiqzpbt1Cy7TCesiWCBOEvg,5845
         
     | 
| 
       96 
96 
     | 
    
         
             
            openstef/tasks/create_solar_forecast.py,sha256=Np6-BKbmEiYvkPjQEHprDGzK5gRWqLa2deWT7G54Qd0,15062
         
     | 
| 
       97 
97 
     | 
    
         
             
            openstef/tasks/create_wind_forecast.py,sha256=RhshkmNSyFWx4Y6yQn02GzHjWTREbN5A5GAeWv0JpcE,2907
         
     | 
| 
       98 
98 
     | 
    
         
             
            openstef/tasks/optimize_hyperparameters.py,sha256=W2Ynkbiw_j7aGk0NmU_g-zIgwdGf7-WTqjDr_0bhSyY,4765
         
     | 
| 
         @@ -104,8 +104,8 @@ openstef/tasks/utils/predictionjobloop.py,sha256=Ysy3zF5lzPMz_asYDKeF5m0qgVT3tCt 
     | 
|
| 
       104 
104 
     | 
    
         
             
            openstef/tasks/utils/taskcontext.py,sha256=O-LZ_wHEl5vbT8oB7EYtOeMkvk6EqCnI1-KiyER7Eu4,5407
         
     | 
| 
       105 
105 
     | 
    
         
             
            openstef/validation/__init__.py,sha256=bIyGTSA4V5VoOLTwdaiJJAnozmpSzvQooVYlsf8H4eU,163
         
     | 
| 
       106 
106 
     | 
    
         
             
            openstef/validation/validation.py,sha256=r6UqkdH5TMjsGfn8Ta07K1jkqmrVmwcPGfyQvMmZyO4,11459
         
     | 
| 
       107 
     | 
    
         
            -
            openstef-3.4. 
     | 
| 
       108 
     | 
    
         
            -
            openstef-3.4. 
     | 
| 
       109 
     | 
    
         
            -
            openstef-3.4. 
     | 
| 
       110 
     | 
    
         
            -
            openstef-3.4. 
     | 
| 
       111 
     | 
    
         
            -
            openstef-3.4. 
     | 
| 
      
 107 
     | 
    
         
            +
            openstef-3.4.86.dist-info/licenses/LICENSE,sha256=7Pm2fWFFHHUG5lDHed1vl5CjzxObIXQglnYsEdtjo_k,14907
         
     | 
| 
      
 108 
     | 
    
         
            +
            openstef-3.4.86.dist-info/METADATA,sha256=5PIzZZsR4kahtMYZoyr7D-b4sJvSPjuiFwFcWzeJTI0,8930
         
     | 
| 
      
 109 
     | 
    
         
            +
            openstef-3.4.86.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
         
     | 
| 
      
 110 
     | 
    
         
            +
            openstef-3.4.86.dist-info/top_level.txt,sha256=kD0H4PqrQoncZ957FvqwfBxa89kTrun4Z_RAPs_HhLs,9
         
     | 
| 
      
 111 
     | 
    
         
            +
            openstef-3.4.86.dist-info/RECORD,,
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     |