o
    ?HhJH                     @   s   d Z ddlZddlZddlmZ ddlmZ ddlmZ G dd	 d	e	Z
G d
d de
Zdd ZG dd dejZdddZdS )ztThis module contains the _EstimatorPrettyPrinter class used in
BaseEstimator.__repr__ for pretty-printing estimators    N   )
get_config)BaseEstimator   )is_scalar_nanc                       s    e Zd ZdZ fddZ  ZS )KeyValTuplez@Dummy class for correctly rendering key-value tuples from dicts.c                    s
   t   S )N)super__repr__)self	__class__ U/home/air/sanwanet/gpt-api/venv/lib/python3.10/site-packages/sklearn/utils/_pprint.pyr	   P   s   
zKeyValTuple.__repr__)__name__
__module____qualname____doc__r	   __classcell__r   r   r   r   r   M   s    r   c                   @   s   e Zd ZdZdS )KeyValTupleParamzEDummy class for correctly rendering key-value tuples from parameters.N)r   r   r   r   r   r   r   r   r   U   s    r   c                    s\   | j dd}t| jd| j}t|jdd  D fdd  fdd| D S )	zgReturn dict (param_name: value) of parameters that were given to
    estimator with non-default values.Fdeepdeprecated_originalc                 S   s   i | ]\}}||j qS r   )default).0nameparamr   r   r   
<dictcomp>b   s    z#_changed_params.<locals>.<dictcomp>c                    sl   |  vrdS  |  t jkrdS t|tr|j |  jkrdS t|t |  kr4t |  r2t|s4dS dS )NTF)inspect_empty
isinstancer   r   reprr   )kv)init_paramsr   r   has_changedd   s   
z$_changed_params.<locals>.has_changedc                    s    i | ]\}} ||r||qS r   r   )r   r!   r"   )r$   r   r   r   s   s     )
get_paramsgetattr__init__r   	signature
parametersitems)	estimatorparams	init_funcr   )r$   r#   r   _changed_params[   s   r.   c                       s   e Zd ZdZ				ddddd fdd	Zd
d Zdd Zdd Zdd Zdd Z	dd Z
dd Zejj Zeeej< eeej<   ZS )_EstimatorPrettyPrintera
  Pretty Printer class for estimator objects.

    This extends the pprint.PrettyPrinter class, because:
    - we need estimators to be printed with their parameters, e.g.
      Estimator(param1=value1, ...) which is not supported by default.
    - the 'compact' parameter of PrettyPrinter is ignored for dicts, which
      may lead to very long representations that we want to avoid.

    Quick overview of pprint.PrettyPrinter (see also
    https://stackoverflow.com/questions/49565047/pprint-with-hex-numbers):

    - the entry point is the _format() method which calls format() (overridden
      here)
    - format() directly calls _safe_repr() for a first try at rendering the
      object
    - _safe_repr formats the whole object recursively, only calling itself,
      not caring about line length or anything
    - back to _format(), if the output string is too long, _format() then calls
      the appropriate _pprint_TYPE() method (e.g. _pprint_list()) depending on
      the type of the object. This where the line length and the compact
      parameters are taken into account.
    - those _pprint_TYPE() methods will internally use the format() method for
      rendering the nested objects of an object (e.g. the elements of a list)

    In the end, everything has to be implemented twice: in _safe_repr and in
    the custom _pprint_TYPE methods. Unfortunately PrettyPrinter is really not
    straightforward to extend (especially when we want a compact output), so
    the code is a bit convoluted.

    This class overrides:
    - format() to support the changed_only parameter
    - _safe_repr to support printing of estimators (for when they fit on a
      single line)
    - _format_dict_items so that dict are correctly 'compacted'
    - _format_items so that ellipsis is used on long lists and tuples

    When estimators cannot be printed on a single line, the builtin _format()
    will call _pprint_estimator() because it was registered to do so (see
    _dispatch[BaseEstimator.__repr__] = _pprint_estimator).

    both _format_dict_items() and _pprint_estimator() use the
    _format_params_or_dict_items() method that will format parameters and
    key-value pairs respecting the compact parameter. This method needs another
    subroutine _pprint_key_val_tuple() used when a parameter or a key-value
    pair is too long to fit on a single line. This subroutine is called in
    _format() and is registered as well in the _dispatch dict (just like
    _pprint_estimator). We had to create the two classes KeyValTuple and
    KeyValTupleParam for this.
    r   P   NFT)compactindent_at_namen_max_elements_to_showc                   s>   t  j|||||d || _| jrd| _t d | _|| _d S )N)r1   r   print_changed_only)r   r'   _indent_at_name_indent_per_levelr   _changed_onlyr3   )r
   indentwidthdepthstreamr1   r2   r3   r   r   r   r'      s   
z _EstimatorPrettyPrinter.__init__c                 C   s   t ||||| jdS )Nchanged_only)
_safe_reprr7   )r
   objectcontext	maxlevelslevelr   r   r   format   s   z_EstimatorPrettyPrinter.formatc                 C   sr   | |jjd  | jr|t|jj7 }| jrt|}n|jdd}| t	|
 |||d || | d d S )N(Fr   r   ))writer   r   r5   lenr7   r.   r%   _format_paramssortedr*   )r
   r?   r;   r8   	allowancer@   rB   r,   r   r   r   _pprint_estimator   s   
z)_EstimatorPrettyPrinter._pprint_estimatorc              	   C      | j ||||||ddS )NTis_dict_format_params_or_dict_itemsr
   r*   r;   r8   rJ   r@   rB   r   r   r   _format_dict_items      z*_EstimatorPrettyPrinter._format_dict_itemsc              	   C   rL   )NFrM   rO   rQ   r   r   r   rH      rS   z&_EstimatorPrettyPrinter._format_paramsc                 C   s  |j }|| j7 }dd|  }	d}
| j| d  }}t|}zt|}W n
 ty-   Y dS w d}d}|s|| jkr?|d dS |d7 }|}zt|}W n ty^   d	}||8 }||8 }Y nw | jr|\}}| |||}| |||}|s{|	d
}|rdnd}|| | }t
|d }||k r|}|
r|	}
||kr||8 }||
 d}
|| q2||
 |	}
|rtnt}| |||||r|nd|| |r4dS dS )a-  Format dict items or parameters respecting the compact=True
        parameter. For some reason, the builtin rendering of dict items doesn't
        respect compact=True and will use one line per key-value if all cannot
        fit in a single line.
        Dict items will be rendered as <'key': value> while params will be
        rendered as <key=value>. The implementation is mostly copy/pasting from
        the builtin _format_items().
        This also adds ellipsis if the number of items is greater than
        self.n_max_elements_to_show.
        ,
  r   NFr   , ...T': =r   , )rF   r6   _widthiternextStopIterationr3   _compact_reprstriprG   r   r   _format)r
   r?   r;   r8   rJ   r@   rB   rN   rF   delimnldelimr9   	max_widthitnext_entlastn_itemsentr!   r"   kreprvreprmiddlerepwclass_r   r   r   rP      sh   


z4_EstimatorPrettyPrinter._format_params_or_dict_itemsc                 C   sh  |j }|| j7 }| jdkr|| jd d  dd|  }d}	| j| d  }
}t|}zt|}W n
 ty;   Y dS w d}d}|s|| jkrM|d dS |d7 }|}zt|}W n tyl   d	}||8 }|
|8 }
Y nw | jr| |||}t	|d
 }|
|k r|}
|	r|}	|
|kr|
|8 }
||	 d}	|| q@||	 |}	| 
||||r|nd|| |rBdS dS )zFormat the items of an iterable (list, tuple...). Same as the
        built-in _format_items, with support for ellipsis if the number of
        elements is greater than self.n_max_elements_to_show.
        r   rU   rT   rV   NFr   rW   Tr   r[   )rF   r6   r\   r]   r^   r_   r3   r`   ra   rG   rc   )r
   r*   r;   r8   rJ   r@   rB   rF   rd   re   r9   rf   rg   rh   ri   rj   rk   ro   rp   r   r   r   _format_items  sZ   


z%_EstimatorPrettyPrinter._format_itemsc                 C   sp   |\}}|  |||}	t|tr|	d}	d}
nd}
||	 ||
 | |||t|	 t|
 ||| dS )z=Pretty printing for key-value tuples from dict or parameters.rX   rZ   rY   N)ra   r   r   rb   rF   rc   rG   )r
   r?   r;   r8   rJ   r@   rB   r!   r"   ro   rn   r   r   r   _pprint_key_val_tupleK  s   



z-_EstimatorPrettyPrinter._pprint_key_val_tuple)r   r0   NN)r   r   r   r   r'   rC   rK   rR   rH   rP   rr   rs   pprintPrettyPrinter	_dispatchcopyr   r	   r   r   r   r   r   r   r/   v   s*    4?0
r/   Fc                 C   s  t | }|tjv rt| ddfS t|dd}t|tr|tju r| s$dS t| }|r5||kr5dd||v fS ||v rAt	| ddfS d||< d}d}	g }
|
j
}|d7 }t}t|  tjd}|D ]0\}}||||||d	\}}}||||||d	\}}}|d
||f  |o|o|}|s|rd}	q_||= dd|
 ||	fS t|tr|tju st|tr+|tju r+t|tr| sdS d}nt| dkrd}n| sdS d}t| }|r||kr|d d||v fS ||v rt	| ddfS d||< d}d}	g }
|
j
}|d7 }| D ]}t|||||d	\}}}|| |sd}|rd}	q ||= |d|
 ||	fS t|trt| }|rH||krH|j dd||v fS ||v rUt	| ddfS d||< d}d}	|ret| }n| jdd}g }
|
j
}|d7 }t}t| tjd}|D ]8\}}||||||d	\}}}||||||d	\}}}|d|d|f  |o|o|}|s|rd}	q||= d|jd|
f ||	fS t| }||o|d dfS )zMSame as the builtin _safe_repr, with added support for Estimator
    objects.TFr	   N)z{}TFz{...}r   )keyr<   z%s: %sz{%s}r[   )z[]TFz[%s]z(%s,))z()TFz(%s)z...z(...)r   z%s=%srX   z%s(%s)<)typert   _builtin_scalarsr    r&   
issubclassdictr	   id
_recursionappendr>   rI   r*   _safe_tuplejoinlisttuplerG   r   r   r.   r%   rb   
startswith)r?   r@   rA   rB   r=   typrobjidreadable	recursive
componentsr   safereprr*   r!   r"   rl   	kreadablekrecurrm   	vreadablevrecurrC   oorepr	oreadableorecurr,   ro   r   r   r   r>   c  s   








r>   )F)r   r   rt   _configr   baser   _missingr   r   r   r   r.   ru   r/   r>   r   r   r   r   <module>   s    D n