Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion python/cuml/cuml/internals/base.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ class Base(TagsMixin,
self._input_type = None
self._input_mem_type = None
self.target_dtype = None
self.n_features_in_ = None

nvtx_benchmark = os.getenv('NVTX_BENCHMARK')
if nvtx_benchmark and nvtx_benchmark.lower() == 'true':
Expand Down
Loading