Lukas Kugler

Results 12 comments of Lukas Kugler

The errors are given by the `score_func()` of your estimator, but I am not sure if the values returned by eli5's `get_score_importances()` are really in the units of the score....

@aghoshpub Why did the errors make no sense to you? I am seeing negative importances and I doubt that my model would give high weights to features that worsen the...

@joelrich started an issue (#317) like that but it seemingly received no feedback. I would also vote for a parallel implementation. How would we implement it to run in parallel?...

Hi, I mean the top-of-atmosphere level, specifically `wrf%dom(id)%bt` and `wrf%dom(id)%bts`. https://github.com/NCAR/DART/blob/9c7d829a507311625edcaf0c145a580811fcd513/models/wrf/model_mod.f90#L6704 There is a remark in the code that an observation at _integer index value = bt_ is not allowed....

Hi, No, sorry. I have no experience with MW channels.

Hi, There seems to be an error with this array, where you can set custom values: ``` surfemisrefl_seviri = np.zeros((4, nprofiles, config.nchan), dtype=np.float64) surfemisrefl_seviri[0,:,:] = -1 # emissivity surfemisrefl_seviri[1,:,:] =...

Read the error message. It says that UWiremis PCA coefs file was not found. At path `/home/aldieng/rttov13//emis_data/UWirbfemis_COEF_V2.1_0.1deg_200709_mask.H5, ` Citing from documentation > There are three IR emissivity and two MW...

I see this file is included in this download, 420 MB (https://nwp-saf.eumetsat.int/downloads/emis_data/uw_ir_emis_atlas_hdf5.tar) Please ask the helpdesk at https://nwp-saf.eumetsat.int for further questions regarding RTTOV.

Too unspecific? rrtov_call_direct comes from the RTTOV model.

Hi, sorry for the late reply! Rttov is a class defined by the RTTOV installation, so it should work out of the box. To check that, try to run `RTTOV13/wrapper/pyrttov_example.py`...