734

Multi tool use
SÉCULOS:
|
Século VII — Século VIII — Século IX
|
DÉCADAS:
|
680 • 690 • 700 • 710 • 720 • 730 • 740 • 750 • 760 • 770 • 780
|
ANOS:
|
729 • 730 • 731 • 732 • 733 • 734 • 735 • 736 • 737 • 738 • 739
|
Eventos |
Na América
Fim do governo do monarca maia Hasaw Chan K’awil (682-734). Início do governo do monarca Yik’in Chan Kawil (734-766).
Na Europa
Os Francos, liderados por Carlos Martel, derrotam os frísios, governados por Popo, rei da Frísia, que é morto na batalha. Esta batalha marca a anexação de parte do reino da Frísia pelo reino Franco, que governaria a região como um condado.
Falecimentos |
Falecimento do imperador maia Hasaw Chan K’awil (682-734), cujo nome significa "Dupla Lua", "Senhor Chocolate", foi sepultado no grande templo-pirâmide I do complexo da cidade de Tikal.
Falecimento do imperador goturco Bilge Qaghan, filho de Ashina Kutlug (Ilterish Qaghan), do segundo Canato Túrquico Oriental.
Falecimento do imperador frísio Popo, na batalha de Boarn.
35j7CbBAe1FB sIrqSXDJCyh56AhHR7hCYQWZpIp,vPJK,sy VlihtRh,js6pCeA7nqw46rmmyaDGC3SdI
Popular posts from this blog
0
I found a lot of questions abount appendices and ToC. Many users want appendices to be grouped in an Appendix part, however some problems arise with ToC, hyperref, PDF viewer bookmarks, and so on. There are different solutions which require extra packages, command patching and other extra code, however none of them satisfies me. I almost found an easy way to accomplish a good result, where appendices are added to bookmarks in the right way and hyperref links point to the right page. However, the number of the "Appendix" part page is wrong (it's the number of appendix A). Is there any EASY way to fix that? This is a MWE: documentclass{book} usepackage[nottoc,notlot,notlof]{tocbibind} usepackage{hyperref} begin{document} frontmatter tableofcontents mainmatter part{First} chapter{...
1
In the sklearn.model_selection.cross_val_predict page it is stated: Generate cross-validated estimates for each input data point. It is not appropriate to pass these predictions into an evaluation metric. Can someone explain what does it mean? If this gives estimate of Y (y prediction) for every Y (true Y), why can't I calculate metrics such as RMSE or coefficient of determination using these results?
python scikit-learn cross-validation
share | improve this question
edited Nov 28 '18 at 17:52
desertnaut
20.3k 7 43 79
...
0
I have problem with inserting data to MySQL from modal. My modal: <a href="#" class="badge badge-pill badge-success">6 komentarzy</a> <a href="#" class="badge badge-pill badge-danger">brak komentarzy</a> <a data-toggle="modal" href="#add_desk_comm_{$desk_['desk_id']}" data-target="#add_desk_comm_{$desk_['desk_id']}" class="ediiit">(dodaj)</a> <div class="modal fade" id="add_desk_comm_{$desk_['desk_id']}" tabindex="-1" role="dialog" aria-labelledby="edit_printer" aria-hidden="true"> <div class="modal-dialog" role="document"> ...