mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-04 09:57:26 +03:00 
			
		
		
		
	add textcat score
This commit is contained in:
		
							parent
							
								
									396b33257f
								
							
						
					
					
						commit
						e931f4d757
					
				| 
						 | 
					@ -323,3 +323,6 @@ ents_f = {{ (1.0 / components|length)|round(2) }}
 | 
				
			||||||
ents_p = 0.0
 | 
					ents_p = 0.0
 | 
				
			||||||
ents_r = 0.0
 | 
					ents_r = 0.0
 | 
				
			||||||
{%- endif -%}
 | 
					{%- endif -%}
 | 
				
			||||||
 | 
					{%- if "textcat" in components %}
 | 
				
			||||||
 | 
					cats_score = {{ (1.0 / components|length)|round(2) }}
 | 
				
			||||||
 | 
					{%- endif -%}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user