lps

Results 4 issues of lps

ValueError: Currently the given estimator 'MultiOutputClassifier(estimator=MLPClassifier(activation='relu', alpha=0.0001, batch_size='auto', beta_1=0.9, beta_2=0.999, early_stopping=False, epsilon=1e-08, hidden_layer_sizes=1, learning_rate='constant', learning_rate_init=0.001, max_iter=1, momentum=0.9, nesterovs_momentum=True, power_t=0.5, random_state=None, shuffle=True, solver='adam', tol=0.0001, validation_fraction=0.1, verbose=False, warm_start=False), n_jobs=1)' isn't supported.

new feature

**Is your feature request related to a problem? Please describe.** I have a customer-relationship corpus. I want to train a bot to replace the employee. Therefore I am creating an...

donotreap

FileNotFoundError: [Errno 2] No such file or directory: 'data/train.tsv' Hello, could you put in the repo the tsv files or the scripts that allow users to generate them ? Thanks...

I have medical reports, and I try to predict the disease associated with each report : 1) both medical reports and disease to predict are written by humans -> mistakes,...