-
According to sklearn:
"_Attributes that have been estimated from the data must always have a name ending with trailing underscore, for example the coefficients of some regression estimator would be…
-
Joint Training is done now using a kind of structured perceptron based on sparse perceptron classifiers. But we should open the door for connecting Saul to SL for using different kinds of algorithms. …
-
Since I use a new version of ```sklearn```, ```six``` is no longer part of ```sklearn```, but a separate library. Hence, seqlearn gives an error, when trying to run a perceptron:
```
/usr/local/li…
-
Hi BGR,
I'm writing because I'm getting an error running the LSAT tool. I have run it multiple times without any problem, however, the last time that I used the app with the Analytic Neural Networks…
-
I'm currently working on a problem that I want to solve with multilayered perceptron, yet the data is very sparse and it would be much simpler if Lasagne had an InputLayer that would accept sparse inp…
-
Hi there
First, this is a really great library! Just a (probably) little bug, when combining TFLearn with TensorFlow one needs to do an second initialization. See `sess.run(tf.initialize_all_variabl…
-
An issue with an associated common check originally discussed in https://github.com/scikit-learn/scikit-learn/pull/15015
> This is a pretty simple sample_weight test that says that a weight of 0 i…
-
Hi!
I was checking out libpostal, and saw something that could be improved.
---
#### My country is
India
---
#### Here's how I'm using libpostal
I'm using libpostal to train on Known Uk…
-
在Qpython 2.4.0下,代码第14行import 库函数如下:
"sklearn.model_selection import train_test_split"
报错如下:
Traceback (most recent call last):
File "/storage/emulated/0/qpython/scripts/skl_perceptron.py", line …
-
Hello @WladimirSidorenko , thank you for this awesome project !
Do you have any plan of how to optimize the training speed ? I get good improvement with a higher order model, but the training times a…