Vyacheslav Morov

Results 14 comments of Vyacheslav Morov

Hi @burkovae, About class attributes - we use instance attribute typehints. Here link to PEP-0526: https://www.python.org/dev/peps/pep-0526/#class-and-instance-variable-annotations > All four class attributes are overwritten in the constructor, i.e. each new instance...

Hi, @jsimao71! Thanks for your question! From what I can see, your sample code looks mostly correct, with just a small detail to clarify: - The custom metric takes column...

Hi, @emacha If I understand correctly, you are dealing with 2 different behaviors in library: 1) If in DataDefinition you omit some of the column types (eg, `categorical_columns`) code in...

@yiannimercer, Thanks you waiting! I am investigating why `DatasetSummaryPreset` can use columns that aren’t explicitly mentioned. What I’ve found so far: - The preset reads the **entire dataset** to compute...