当前位置:   article > 正文

ApacheCN 翻译活动进度公告 2019.3.31_sn.boxenplot

sn.boxenplot

我们是一个大型开源社区,旗下 QQ 群共 9000 余人,Github Star 数量超过 20k 个,网站日 uip 超过 4k,拥有 CSDN 博客专家和简书程序员优秀作者认证。我们组织公益性的翻译活动、学习活动和比赛组队活动,并和 DataWhale、LinuxStory 等国内著名开源组织保持良好的合作关系。

与商业组织不同,我们并不会追逐热点,或者唯利是图。作为公益组织,我们将完成项目放在首要位置,并有足够时间把项目打磨到极致。我们希望做出广大 AI 爱好者真正需要的东西,打造真正有价值的长尾作品。

seaborn 0.9 中文文档

参与方式:https://github.com/apachecn/seaborn-doc-zh/blob/master/CONTRIBUTING.md

整体进度:https://github.com/apachecn/seaborn-doc-zh/issues/1

项目仓库:https://github.com/apachecn/seaborn-doc-zh

认领:31/74,翻译:5/74

序号章节译者进度
1An introduction to seaborn@yiran7324100%
2Installing and getting started@neolei100%
3Visualizing statistical relationships@JNJYan100%
4Plotting with categorical data@hold2010
5Visualizing the distribution of a dataset@alohahahaha100%
6Visualizing linear relationships@friedhelm739
7Building structured multi-plot grids@keyianpai
8Controlling figure aesthetics
9Choosing color palettes@Modrisco100%
10seaborn.relplot
11seaborn.scatterplot
12seaborn.lineplot
13seaborn.catplot
14seaborn.stripplot
15seaborn.swarmplot
16seaborn.boxplot
17seaborn.violinplot
18seaborn.boxenplot
19seaborn.pointplot
20seaborn.barplot@melon-bun
21seaborn.countplot
22seaborn.jointplot
23seaborn.pairplot
24seaborn.distplot
25seaborn.kdeplot
26seaborn.rugplot
27seaborn.lmplot
28seaborn.regplot
29seaborn.residplot
30seaborn.heatmap
31seaborn.clustermap
32seaborn.FacetGrid
33seaborn.FacetGrid.map
34seaborn.FacetGrid.map_dataframe
35seaborn.PairGrid
36seaborn.PairGrid.map
37seaborn.PairGrid.map_diag
38seaborn.PairGrid.map_offdiag
39seaborn.PairGrid.map_lower
40seaborn.PairGrid.map_upper
41seaborn.JointGrid
42seaborn.JointGrid.plot
43seaborn.JointGrid.plot_joint
44seaborn.JointGrid.plot_marginals
45seaborn.set
46seaborn.axes_style
47seaborn.set_style
48seaborn.plotting_context
49seaborn.set_context
50seaborn.set_color_codes
51seaborn.reset_defaults
52seaborn.reset_orig
53seaborn.set_palette@Modrisco
54seaborn.color_palette@Modrisco
55seaborn.husl_palette@Modrisco
56seaborn.hls_palette@Modrisco
57seaborn.cubehelix_palette@Modrisco
58seaborn.dark_palette@Modrisco
59seaborn.light_palette@Modrisco
60seaborn.diverging_palette@Modrisco
61seaborn.blend_palette@Modrisco
62seaborn.xkcd_palette@Modrisco
63seaborn.crayon_palette@Modrisco
64seaborn.mpl_palette@Modrisco
65seaborn.choose_colorbrewer_palette@Modrisco
66seaborn.choose_cubehelix_palette@Modrisco
67seaborn.choose_light_palette@Modrisco
68seaborn.choose_dark_palette@Modrisco
69seaborn.choose_diverging_palette@Modrisco
70seaborn.load_dataset@Modrisco
71seaborn.despine@Modrisco
72seaborn.desaturate@Modrisco
73seaborn.saturate@Modrisco
74seaborn.set_hls_values@Modrisco

Git 中文参考(校对)

参与方式:https://github.com/apachecn/git-doc-zh/blob/master/CONTRIBUTING.md

整体进度:https://github.com/apachecn/git-doc-zh/issues/1

项目仓库:https://github.com/apachecn/git-doc-zh

认领:0/83,校对:0/83

HBase 3.0 中文参考指南(校对)

参与方式:https://github.com/apachecn/hbase-doc-zh/blob/master/CONTRIBUTING.md

整体进度:https://github.com/apachecn/hbase-doc-zh/issues/1

项目仓库:https://github.com/apachecn/hbase-doc-zh

认领:18/31,校对:11/31

UCB CS61b:Java 中的数据结构

参与方式:https://github.com/apachecn/cs61b-textbook-zh/blob/master/CONTRIBUTING.md

整体进度:https://github.com/apachecn/cs61b-textbook-zh/issues/1

项目仓库:https://github.com/apachecn/cs61b-textbook-zh

认领:5/12,翻译:4/12

标题译者进度
一、算法复杂度@leader402
二、抽象数据类型@Allenyep100%
三、满足规范
四、序列和它们的实现@biubiubiuboomboomboom100%
五、树@biubiubiuboomboomboom100%
六、搜索树
七、哈希
八、排序和选择@Rachel-Hu100%
九、平衡搜索
十、并发和同步
十一、伪随机序列
十二、图

UCB Prob140:面向数据科学的概率论

参与方式:https://github.com/apachecn/prob140-textbook-zh/blob/master/CONTRIBUTING.md

整体进度:https://github.com/apachecn/prob140-textbook-zh/issues/2

项目仓库:https://github.com/apachecn/prob140-textbook-zh

认领:22/25,翻译:19/25

标题译者翻译进度
一、基础飞龙100%
二、计算几率飞龙100%
三、随机变量飞龙100%
四、事件之间的关系@biubiubiuboomboomboom100%
五、事件集合>0%
六、随机计数@viviwong100%
七、泊松化@YAOYI626100%
八、期望50%
九、条件(续)@YAOYI626100%
十、马尔科夫链喵十八100%
十一、马尔科夫链(续)喵十八100%
十二、标准差缺只萨摩100%
十三、方差和协方差缺只萨摩100%
十四、中心极限定理喵十八100%
十五、连续分布@ThunderboltSmile
十六、变换@hellozhaihy
十七、联合密度@Winchester-Yi100%
十八、正态和 Gamma 族@Winchester-Yi100%
十九、和的分布平淡的天100%
二十、估计方法平淡的天100%
二十一、Beta 和二项@lvzhetx100%
二十二、预测50%
二十三、联合正态随机变量@JUNE951234
二十四、简单线性回归@ThomasCai100%
二十五、多元回归@lanhaixuan100%

认领完毕

OpenCV 4.0 中文教程

参与方式:https://github.com/apachecn/opencv-doc-zh/blob/master/CONTRIBUTING.md

整体进度:https://github.com/apachecn/opencv-doc-zh/issues/1

项目仓库:https://github.com/apachecn/opencv-doc-zh

认领:51/51,翻译:24/51。

Pytorch 1.0 中文文档

参与方式:https://github.com/apachecn/pytorch-doc-zh/blob/master/CONTRIBUTING.md

整体进度:https://github.com/apachecn/pytorch-doc-zh/issues/274

项目仓库:https://github.com/apachecn/pytorch-doc-zh

教程部分:认领:37/37,翻译:34/37;文档部分:认领:39/39,翻译:34/39

Airflow 中文文档(校对)

参与方式:https://github.com/apachecn/airflow-doc-zh/blob/master/CONTRIBUTING.md

整体进度:https://github.com/apachecn/airflow-doc-zh/issues/1

项目仓库:https://github.com/apachecn/airflow-doc-zh

认领:29/30,校对:27/30

翻译征集

要求:

  • 机器学习/数据科学相关
  • 或者编程相关
  • 原文必须在互联网上开放
  • 不能只提供 PDF 格式(我们实在不想把精力都花在排版上)
  • 请先搜索有没有人翻译过

请回复本文

赞助我们

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/盐析白兔/article/detail/369574
推荐阅读
相关标签
  

闽ICP备14008679号