-
Are you sure that seed after hatching is calculated correctly?
I wanted to try this method out, so I hatched 127 Magikarps and figured out my original seed. Run it through update_seed.py , got my …
-
Hey Arun,
Great Lib ! Can you please share more info about "training our own models" ? How can i do that ?
Thank you in advance,
-
I have been training parsers for multiple languages and observed small number of instances, where the parser predicts _rroot_ instead of _root_ on the dev set.
At first I thought, this could be due…
-
-
![image](https://github.com/Codemaxxers/Issues/assets/111611921/903fbe74-0cae-4680-bfee-0e0262ed31bd)
![image](https://github.com/Codemaxxers/Issues/assets/111611921/7ee4bad3-f124-4d7d-946b-e…
-
This is not an issue per se, but rather a suggestion to add to the FAQ or example usage in the docs. In short, we submitted a [recent issue](https://github.com/microsoft/SynapseML/issues/1902) to Micr…
-
(As suggested in #8)
This issue may be split into multiple issues if needed.
* Pandas
* SpaCy
* etc.
Ideally the API should support these kinds of things out of the box, so this is a matter…
-
my code:
```
res = est.predict(data=train_data.select("embed"), feature_cols=["embed"])
print(f"=====================res: {res}")
res.show()
```
The error message:
```
36/36 [===========…
Alxe1 updated
2 years ago
-
(DiscreteMargins is one of the main parts of traditional models regression/discrete/genmod/robust that I didn't go through completely in details.)
I was trying to figure out how some basic things are…
-
### Deep Learning Simplified Repository (Proposing new issue)
:red_circle: **Project Title** : Gender Classification using DL
:red_circle: **Aim** : To build ensemble model + improve read me section…