99999久久久久久亚洲,欧美人与禽猛交狂配,高清日韩av在线影院,一个人在线高清免费观看,啦啦啦在线视频免费观看www

熱線電話:13121318867

登錄
首頁精彩閱讀【美林數(shù)據(jù)技術股份有限公司】招聘數(shù)據(jù)分析師
【美林數(shù)據(jù)技術股份有限公司】招聘數(shù)據(jù)分析師
2017-08-12
收藏
【美林數(shù)據(jù)技術股份有限公司】招聘數(shù)據(jù)分析師
西安美林數(shù)據(jù)技術股份有限公司(簡稱“美林數(shù)據(jù)”,證券代碼:831546)成立于1998年,是國內領先的大數(shù)據(jù)技術咨詢與解決方案提供商。公司主營業(yè)務專注于數(shù)據(jù)價值發(fā)現(xiàn),主要為電力、軍工制造、公共安全、金融等行業(yè)提供數(shù)據(jù)分析、數(shù)據(jù)挖掘數(shù)據(jù)可視化相關產品及技術服務,處于大數(shù)據(jù)產業(yè)鏈的核心環(huán)節(jié)。美林自主產權的數(shù)據(jù)分析與挖掘產品PLUTO填補了中國在高端數(shù)據(jù)分析、挖掘領域的空白,樹立了該領域的民族品牌。
    職位月薪:10001-15000元/月
    工作地點:南京
    發(fā)布日期:招聘中
    工作性質:全職
    工作經驗:1-3年
    最低學歷:本科
    招聘人數(shù):5人
    職位類別:數(shù)據(jù)分析師
崗位職責:

1.負責售前客戶提出需求的業(yè)務分析、咨詢;

2.負責客戶需求落地解決方案的編寫;

3.數(shù)據(jù)分析類項目業(yè)務數(shù)據(jù)分析,利用數(shù)據(jù)挖掘算法形成業(yè)務模型,指導落地;

崗位要求:

1.數(shù)學、計算機相關專業(yè),統(tǒng)招本科及以上學歷,其中本科學歷必須至少3年以上相關工作經驗;碩士學歷,至少1年以上相關工作經驗;

2.熟練掌握各類數(shù)據(jù)挖掘算法在相關領域應用

3.熟練掌握數(shù)據(jù)分析工具,如spss、sas、R語言、SQL等。

4.善于溝通交流,具備較好職業(yè)素養(yǎng)

5.具有金融、電力行業(yè)數(shù)據(jù)挖掘經驗者優(yōu)先考慮。
公司主頁:www.meritit.com
公司地址: 高新區(qū)科技二路68號西安軟件園漢韻閣C501

數(shù)據(jù)分析咨詢請掃描二維碼

若不方便掃碼,搜微信號:CDAshujufenxi

數(shù)據(jù)分析師考試動態(tài)
數(shù)據(jù)分析師資訊
更多

OK
客服在線
立即咨詢
客服在線
立即咨詢
') } function initGt() { var handler = function (captchaObj) { captchaObj.appendTo('#captcha'); captchaObj.onReady(function () { $("#wait").hide(); }).onSuccess(function(){ $('.getcheckcode').removeClass('dis'); $('.getcheckcode').trigger('click'); }); window.captchaObj = captchaObj; }; $('#captcha').show(); $.ajax({ url: "/login/gtstart?t=" + (new Date()).getTime(), // 加隨機數(shù)防止緩存 type: "get", dataType: "json", success: function (data) { $('#text').hide(); $('#wait').show(); // 調用 initGeetest 進行初始化 // 參數(shù)1:配置參數(shù) // 參數(shù)2:回調,回調的第一個參數(shù)驗證碼對象,之后可以使用它調用相應的接口 initGeetest({ // 以下 4 個配置參數(shù)為必須,不能缺少 gt: data.gt, challenge: data.challenge, offline: !data.success, // 表示用戶后臺檢測極驗服務器是否宕機 new_captcha: data.new_captcha, // 用于宕機時表示是新驗證碼的宕機 product: "float", // 產品形式,包括:float,popup width: "280px", https: true // 更多配置參數(shù)說明請參見:http://docs.geetest.com/install/client/web-front/ }, handler); } }); } function codeCutdown() { if(_wait == 0){ //倒計時完成 $(".getcheckcode").removeClass('dis').html("重新獲取"); }else{ $(".getcheckcode").addClass('dis').html("重新獲取("+_wait+"s)"); _wait--; setTimeout(function () { codeCutdown(); },1000); } } function inputValidate(ele,telInput) { var oInput = ele; var inputVal = oInput.val(); var oType = ele.attr('data-type'); var oEtag = $('#etag').val(); var oErr = oInput.closest('.form_box').next('.err_txt'); var empTxt = '請輸入'+oInput.attr('placeholder')+'!'; var errTxt = '請輸入正確的'+oInput.attr('placeholder')+'!'; var pattern; if(inputVal==""){ if(!telInput){ errFun(oErr,empTxt); } return false; }else { switch (oType){ case 'login_mobile': pattern = /^1[3456789]\d{9}$/; if(inputVal.length==11) { $.ajax({ url: '/login/checkmobile', type: "post", dataType: "json", data: { mobile: inputVal, etag: oEtag, page_ur: window.location.href, page_referer: document.referrer }, success: function (data) { } }); } break; case 'login_yzm': pattern = /^\d{6}$/; break; } if(oType=='login_mobile'){ } if(!!validateFun(pattern,inputVal)){ errFun(oErr,'') if(telInput){ $('.getcheckcode').removeClass('dis'); } }else { if(!telInput) { errFun(oErr, errTxt); }else { $('.getcheckcode').addClass('dis'); } return false; } } return true; } function errFun(obj,msg) { obj.html(msg); if(msg==''){ $('.login_submit').removeClass('dis'); }else { $('.login_submit').addClass('dis'); } } function validateFun(pat,val) { return pat.test(val); }