Skip to content

Commit

Permalink
UP my solution
Browse files Browse the repository at this point in the history
  • Loading branch information
RoadtoMil committed Dec 22, 2023
1 parent 1c805f7 commit d471e71
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions sklearn_questions.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@
to compute distances between 2 sets of samples.
"""
import numpy as np
import pandas as pd

from collections import Counter
from pandas.api.types import is_datetime64_any_dtype

from sklearn.base import BaseEstimator
from sklearn.base import ClassifierMixin
Expand Down Expand Up @@ -223,4 +219,3 @@ def split(self, X, y, groups=None):
yield (
idx_train, idx_test
)

0 comments on commit d471e71

Please sign in to comment.