A small tool to view real-world ActivityPub objects as JSON! Enter a URL
or username from Mastodon or a similar service below, and we'll send a
request with
the right
Accept
header
to the server to view the underlying object.
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"ostatus": "http://ostatus.org#",
"atomUri": "ostatus:atomUri",
"inReplyToAtomUri": "ostatus:inReplyToAtomUri",
"conversation": "ostatus:conversation",
"sensitive": "as:sensitive",
"toot": "http://joinmastodon.org/ns#",
"votersCount": "toot:votersCount",
"blurhash": "toot:blurhash",
"focalPoint": {
"@container": "@list",
"@id": "toot:focalPoint"
},
"Hashtag": "as:Hashtag"
}
],
"id": "https://mathstodon.xyz/users/Picanumeros/statuses/113482747496870627",
"type": "Note",
"summary": null,
"inReplyTo": "https://mathstodon.xyz/users/Picanumeros/statuses/113482744963719337",
"published": "2024-11-14T18:35:06Z",
"url": "https://mathstodon.xyz/@Picanumeros/113482747496870627",
"attributedTo": "https://mathstodon.xyz/users/Picanumeros",
"to": [
"https://mathstodon.xyz/users/Picanumeros/followers"
],
"cc": [
"https://www.w3.org/ns/activitystreams#Public"
],
"sensitive": false,
"atomUri": "https://mathstodon.xyz/users/Picanumeros/statuses/113482747496870627",
"inReplyToAtomUri": "https://mathstodon.xyz/users/Picanumeros/statuses/113482744963719337",
"conversation": "tag:mathstodon.xyz,2024-11-14:objectId=123772874:objectType=Conversation",
"content": "<p>Existen varios algoritmos que elaboran árboles de decisión automáticamente a partir de un conjunto de datos dado. Los "clásicos" son el CART y el C4.5/C5.0.</p><p>El CART elige la siguiente división de los datos según el índice de Gini, y sólo admite reglas binarias (dos ramas salen de cada hoja). <a href=\"https://mathstodon.xyz/tags/PicaArbolesDecision\" class=\"mention hashtag\" rel=\"tag\">#<span>PicaArbolesDecision</span></a></p>",
"contentMap": {
"es": "<p>Existen varios algoritmos que elaboran árboles de decisión automáticamente a partir de un conjunto de datos dado. Los "clásicos" son el CART y el C4.5/C5.0.</p><p>El CART elige la siguiente división de los datos según el índice de Gini, y sólo admite reglas binarias (dos ramas salen de cada hoja). <a href=\"https://mathstodon.xyz/tags/PicaArbolesDecision\" class=\"mention hashtag\" rel=\"tag\">#<span>PicaArbolesDecision</span></a></p>"
},
"attachment": [
{
"type": "Document",
"mediaType": "image/png",
"url": "https://media.mathstodon.xyz/media_attachments/files/113/482/746/620/852/932/original/9e5235da94d53b54.png",
"name": "Recuadro explicando la fórmula del índice de Gini, que es igual a uno menos la suma de probabilidades de cada resultado al cuadrado. En nuestro ejemplo, sería uno menos la probabilidad de lluvia al cuadrado menos la probabilidad de no lluvia al cuadrado. Se suma el Gini de todas las reglas y se elige la división que resulte en la suma más baja.",
"blurhash": "U7P72%IV~pIU-;t7xuoexSt5ogM|MvoHa#M|",
"focalPoint": [
0,
0
],
"width": 1184,
"height": 748
}
],
"tag": [
{
"type": "Hashtag",
"href": "https://mathstodon.xyz/tags/picaarbolesdecision",
"name": "#picaarbolesdecision"
}
],
"replies": {
"id": "https://mathstodon.xyz/users/Picanumeros/statuses/113482747496870627/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mathstodon.xyz/users/Picanumeros/statuses/113482747496870627/replies?min_id=113482749626697477&page=true",
"partOf": "https://mathstodon.xyz/users/Picanumeros/statuses/113482747496870627/replies",
"items": [
"https://mathstodon.xyz/users/Picanumeros/statuses/113482749626697477"
]
}
},
"likes": {
"id": "https://mathstodon.xyz/users/Picanumeros/statuses/113482747496870627/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://mathstodon.xyz/users/Picanumeros/statuses/113482747496870627/shares",
"type": "Collection",
"totalItems": 0
}
}