FryLaurie

Results 1 issues of FryLaurie

First, [Transfer Learning](https://capitalone.github.io/DataProfiler/docs/0.8.7/html/data_labeling.html#extending-a-data-labeler-with-transfer-learning) documentation needs an update. It references ` data = dp.Data("your_file.csv") model_results = data_labeler.fit(x=data['samples'], y=data['labels'], validation_split=0.2, epochs=2, labels=labels) ` Accessing the dp.Data object directly isn't subscriptable - you...

Bug
Documentation