embiggen/embedders/ensmallen_embedders/hyper_sketching.py
File hyper_sketching.py
has 439 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
"""Module providing HyperSketching implementation."""
import json
import warnings
from typing import Any, Dict, List, Optional, Tuple
Function __init__
has 19 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def __init__(
Function __init__
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
def __init__(
self,
exact: bool = False,
unbiased: bool = False,
number_of_hops: int = 3,