Giter Site home page Giter Site logo

aima-data's Introduction

嗨👋!您好!我是指北君,我出版了一本关于数据科学的书籍 ---《KNIME 视觉化数据分析》,这是第一本也是目前唯一一本 KNIME 相关的中文教程,纸质版、电子版均有销售

也许您想先看一下这本书里面都讲了什么;也许您想读一下这本书成书之前的部分草稿?;或者您有一些数据方面的问题想找人聊聊?别犹豫,📫📞联系我好了

Hi there 👋 I have published a book on data science, "KNIME Visualizing Data Analysis", which is the first and only KNIME-related tutorial in Chinese. Both paper and electronic versions are available for sale.

Maybe you want to read what the book is about first(in Chinese) / translated to English via Google; maybe you want to read some of the drafts of the book before it is published(in Chinese)? Or maybe you have some data problems that you would like to solve? Don't hesitate to contact me📫📞

最近的 Blog

你只是重新发现了一些东西 - Sat, 22 Jun 2024

如何在不懂足球的情况下对欧洲杯进行预测 - Sun, 16 Jun 2024

KNIME 正在煮什么(What's cooking)-2024/05 - Fri, 03 May 2024

KNIME 国际化支持投票 - Tue, 16 Apr 2024

Game of Nodes 8进4, 指北君惨遭淘汰 - Mon, 01 Apr 2024

Game of Nodes 16进8 - Tue, 19 Mar 2024

什么是 KNIME Hub(2024) - Sat, 16 Mar 2024

KNIME 4.7 - 5.3 中的新节点 -- 行到列名 - Tue, 27 Feb 2024

More on https://havef.fun/blog

aima-data's People

Watchers

 avatar

aima-data's Issues

Data directory layout

What steps will reproduce the problem?
1. unzip aima-data file
2. unzip aima-python file
3. run python doctests.py -v *.py

What is the expected output? What do you see instead?

 * python scripts expect data in '../data' directory; aima-data is unzipped
in '../aima-data' directory;
 * some files are in different subdirectory than is expected by python scripts:
  - wordlist and some other files in subdirectory EN-text; python scripts
are looking for them directly in '../data'; 
  - MAN subdirectory is written as 'man' in text.py (line 219)
    mandir = '../data/man/'
  - in text.txt the FlatLand novel is named flat11.txt (old data version);
new name is flatland.txt
 * aima-data zip file contains .svn subdirectory; this should be removed
since it causes error in text.py, line 171; changing line 220 as below
solves the problem (add 'if not f.startswith('.')'):

man_files = [mandir + f for f in os.listdir(mandir) if not f.startswith('.')]

What version of the product are you using? On what operating system?

aima-data.2008.08.24.zip
Debian/GNU Linux squeeze/sid


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 26 Aug 2009 at 2:57

data files are corrupt

What steps will reproduce the problem?
1. download aima data zip file
2. attempt to open in on a Windows machine
3. error message explaining the file is corrupted appears

Original issue reported on code.google.com by [email protected] on 15 Sep 2009 at 4:59

Data set download triggers "may contain mailware" alert

What steps will reproduce the problem?
1. Download the dataset
2. see the alert
3.

What is the expected output? What do you see instead?
I expected to be able to download the data file without problem.


What version of the product are you using? On what operating system?
Browser Firefox 2.0.0.12, Fedora 8


Please provide any additional information below.
I suspect this is a server side error.

Original issue reported on code.google.com by [email protected] on 29 Feb 2008 at 7:49

Virus/worm detected

Norton Antivirus detected the Sircam worm in two of your files.

/data/EN-text/spam.txt
/data/EN-text/.svn/text-base/spam.txt.svn-base

This is a serious problem that should be fixed immediately.

Original issue reported on code.google.com by [email protected] on 30 Sep 2008 at 11:50

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.